Class: Adhearsion::VoIP::Asterisk::Manager::ManagerInterfaceEvent

Inherits:
ManagerInterfaceResponse show all
Defined in:
lib/adhearsion/voip/asterisk/manager_interface/ami_messages.rb

Instance Attribute Summary collapse

Attributes inherited from ManagerInterfaceResponse

#action, #action_id, #events, #text_body

Instance Method Summary collapse

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

#nameObject (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