class Ari::ChannelUnhold

Attributes

channel[R]

Public Instance Methods

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