Method: Megam::Components#status
- Defined in:
- lib/megam/core/components.rb
#status(arg = nil) ⇒ Object
134 135 136 137 138 139 140 |
# File 'lib/megam/core/components.rb', line 134 def status(arg = nil) if !arg.nil? @status = arg else @status end end |