Method: Megam::Billings#some_msg

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

#some_msg(arg = nil) ⇒ Object



119
120
121
122
123
124
125
# File 'lib/megam/core/billings.rb', line 119

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