Method: Megam::PredefCloud#performance
- Defined in:
- lib/megam/core/predefcloud.rb
#performance(arg = nil) ⇒ Object
85 86 87 88 89 90 91 |
# File 'lib/megam/core/predefcloud.rb', line 85 def performance(arg=nil) if arg != nil @performance= arg else @performance end end |