Class: Adhearsion::VoIP::Asterisk::Manager::ManagerInterfaceEvent
- Inherits:
-
ManagerInterfaceResponse
- Object
- ManagerInterfaceResponse
- Adhearsion::VoIP::Asterisk::Manager::ManagerInterfaceEvent
- Defined in:
- lib/adhearsion/voip/asterisk/manager_interface/ami_messages.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Attributes inherited from ManagerInterfaceResponse
#action, #action_id, #events, #text_body
Instance Method Summary collapse
-
#initialize(name) ⇒ ManagerInterfaceEvent
constructor
A new instance of ManagerInterfaceEvent.
Methods inherited from ManagerInterfaceResponse
#[], #[]=, from_immediate_response, #has_text_body?, #headers
Constructor Details
#initialize(name) ⇒ ManagerInterfaceEvent
Returns a new instance of ManagerInterfaceEvent.
69 70 71 72 |
# File 'lib/adhearsion/voip/asterisk/manager_interface/ami_messages.rb', line 69 def initialize(name) super() @name = name end |
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
68 69 70 |
# File 'lib/adhearsion/voip/asterisk/manager_interface/ami_messages.rb', line 68 def name @name end |