Method: What::Modules::Base#shared_status
- Defined in:
- lib/what/modules/base.rb
#shared_status ⇒ Object
82 83 84 85 86 87 |
# File 'lib/what/modules/base.rb', line 82 def shared_status status = {} status['name'] = @name if @name status['type'] = name # FIXME status end |