Method: Megam::Subscriptions#created_at

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

#created_at(arg = nil) ⇒ Object



75
76
77
78
79
80
81
# File 'lib/megam/core/subscriptions.rb', line 75

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