Class: Punchblock::Event::DTMF

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

Instance Attribute Summary

Attributes inherited from RayoNode

#call_id, #client, #component_id, #connection, #original_component

Instance Method Summary collapse

Methods inherited from RayoNode

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

Instance Method Details

#inspect_attributesObject

:nodoc:



14
15
16
# File 'lib/punchblock/event/dtmf.rb', line 14

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

#signalObject



6
7
8
# File 'lib/punchblock/event/dtmf.rb', line 6

def signal
  read_attr :signal
end

#signal=(other) ⇒ Object



10
11
12
# File 'lib/punchblock/event/dtmf.rb', line 10

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