Method: Megam::Subscriptions#trial_ends

Defined in:
lib/megam/core/subscriptions.rb

#trial_ends(arg = nil) ⇒ Object



50
51
52
53
54
55
56
# File 'lib/megam/core/subscriptions.rb', line 50

def trial_ends(arg=nil)
    if arg != nil
        @trial_ends = arg
    else
        @trial_ends
    end
end