Method: Megam::Subscriptions#created_at

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

#created_at(arg = nil) ⇒ Object



58
59
60
61
62
63
64
# File 'lib/megam/core/subscriptions.rb', line 58

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