Class: Atomsphere::Action::ChangeListenerStatus

Inherits:
Action
  • Object
show all
Defined in:
lib/atomsphere/action/change_listener_status.rb

Instance Attribute Summary

Attributes inherited from Action

#api_response, #response

Instance Method Summary collapse

Methods inherited from Action

inherited

Instance Method Details

#requestObject



6
7
8
# File 'lib/atomsphere/action/change_listener_status.rb', line 6

def request
  Hash[fields.map{ |f| [f, send(f)] }]
end