class Ari::ChannelCallerId

Attributes

caller_presentation[R]
caller_presentation_txt[R]
channel[R]

Public Instance Methods

channel=(val) click to toggle source
# File lib/ari/models/channel_caller_id.rb, line 17
def channel=(val)
  @channel ||= Channel.new(val)
end