Class: Atomsphere::Action::ChangeListenerStatus
- Defined in:
- lib/atomsphere/action/change_listener_status.rb
Instance Attribute Summary
Attributes inherited from Action
Instance Method Summary collapse
Methods inherited from Action
Instance Method Details
#request ⇒ Object
6 7 8 |
# File 'lib/atomsphere/action/change_listener_status.rb', line 6 def request Hash[fields.map{ |f| [f, send(f)] }] end |