Method: Megam::Billingtransactions#created_at
- Defined in:
- lib/megam/core/billingtransactions.rb
#created_at(arg = nil) ⇒ Object
94 95 96 97 98 99 100 |
# File 'lib/megam/core/billingtransactions.rb', line 94 def created_at(arg=nil) if arg != nil @created_at = arg else @created_at end end |