Class: Punchblock::Event::DTMF

Inherits:
Punchblock::Event show all
Defined in:
lib/punchblock/event/dtmf.rb

Constant Summary

Constants inherited from RayoNode

RayoNode::InvalidNodeError

Instance Attribute Summary

Attributes inherited from RayoNode

#client, #component_id, #connection, #domain, #original_component, #target_call_id, #target_mixer_name

Instance Method Summary collapse

Methods inherited from Punchblock::Event

new

Methods inherited from RayoNode

class_from_registration, #eql?, import, #inspect, new, register, #source

Instance Method Details

#inspect_attributesObject

:nodoc:



16
17
18
# File 'lib/punchblock/event/dtmf.rb', line 16

def inspect_attributes # :nodoc:
  [:signal] + super
end

#signalObject



8
9
10
# File 'lib/punchblock/event/dtmf.rb', line 8

def signal
  read_attr :signal
end

#signal=(other) ⇒ Object



12
13
14
# File 'lib/punchblock/event/dtmf.rb', line 12

def signal=(other)
  write_attr :signal, other
end