Method: Megam::Subscriptions#start_date
- Defined in:
- lib/megam/core/subscriptions.rb
#start_date(arg = nil) ⇒ Object
59 60 61 62 63 64 65 |
# File 'lib/megam/core/subscriptions.rb', line 59 def start_date(arg=nil) if arg != nil @start_date = arg else @start_date end end |