Method: Megam::Subscriptions#account_id

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

#account_id(arg = nil) ⇒ Object



26
27
28
29
30
31
32
# File 'lib/megam/core/subscriptions.rb', line 26

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