Method: Megam::PredefCloud#access
- Defined in:
- lib/megam/core/predefcloud.rb
#access(arg = nil) ⇒ Object
69 70 71 72 73 74 75 |
# File 'lib/megam/core/predefcloud.rb', line 69 def access(arg=nil) if arg != nil @access = arg else @access end end |