Class: Ari::ChannelDialplan

Inherits:
Event show all
Defined in:
lib/ari/models/channel_dialplan.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_dialplan.rb', line 15

def channel
  @channel
end

#dialplan_appObject (readonly)

Returns the value of attribute dialplan_app.



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

def dialplan_app
  @dialplan_app
end

#dialplan_app_dataObject (readonly)

Returns the value of attribute dialplan_app_data.



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

def dialplan_app_data
  @dialplan_app_data
end