Class: Ari::ChannelDtmfReceived

Inherits:
Event show all
Defined in:
lib/ari/models/channel_dtmf_received.rb

Instance Attribute Summary collapse

Attributes inherited from Event

#application, #timestamp

Method Summary

Methods inherited from Model

#attributes=, #initialize

Constructor Details

This class inherits a constructor from Ari::Model

Instance Attribute Details

#channelObject

Returns the value of attribute channel.



15
16
17
# File 'lib/ari/models/channel_dtmf_received.rb', line 15

def channel
  @channel
end

#digitObject (readonly)

Returns the value of attribute digit.



15
16
17
# File 'lib/ari/models/channel_dtmf_received.rb', line 15

def digit
  @digit
end

#duration_msObject (readonly)

Returns the value of attribute duration_ms.



15
16
17
# File 'lib/ari/models/channel_dtmf_received.rb', line 15

def duration_ms
  @duration_ms
end