Method: Megam::Subscriptions#some_msg

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

#some_msg(arg = nil) ⇒ Object



66
67
68
69
70
71
72
# File 'lib/megam/core/subscriptions.rb', line 66

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