Method: Megam::Subscriptions#end_date
- Defined in:
- lib/megam/core/subscriptions.rb
#end_date(arg = nil) ⇒ Object
67 68 69 70 71 72 73 |
# File 'lib/megam/core/subscriptions.rb', line 67 def end_date(arg=nil) if arg != nil @end_date = arg else @end_date end end |