class Ari::ChannelConnectedLine

Attributes

channel[R]

Public Instance Methods

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