Method: Megam::Balances#updated_at
- Defined in:
- lib/megam/core/balances.rb
#updated_at(arg = nil) ⇒ Object
73 74 75 76 77 78 79 |
# File 'lib/megam/core/balances.rb', line 73 def updated_at(arg=nil) if arg != nil @updated_at = arg else @updated_at end end |