zeke (owner)

Revisions

gist: 177323 Download_button fork
public
Public Clone URL: git://gist.github.com/177323.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
firm.to_xml :methods => [ :calculated_earnings, :real_earnings ]
 
<firm>
  # ... normal attributes as shown above ...
  <calculated-earnings>100000000000000000</calculated-earnings>
  <real-earnings>5</real-earnings>
</firm>