Class: Ari::ChannelCallerId

Inherits:
Event show all
Defined in:
lib/ari/models/channel_caller_id.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

#caller_presentationObject (readonly)

Returns the value of attribute caller_presentation.



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

def caller_presentation
  @caller_presentation
end

#caller_presentation_txtObject (readonly)

Returns the value of attribute caller_presentation_txt.



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

def caller_presentation_txt
  @caller_presentation_txt
end

#channelObject

Returns the value of attribute channel.



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

def channel
  @channel
end