Method: Megam::CloudToolSetting#some_msg

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

#some_msg(arg = nil) ⇒ Object



101
102
103
104
105
106
107
# File 'lib/megam/core/cloudtoolsetting.rb', line 101

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