Method: Megam::Subscriptions#model

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

#model(arg = nil) ⇒ Object



34
35
36
37
38
39
40
# File 'lib/megam/core/subscriptions.rb', line 34

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