class Ari::ChannelVarset
Attributes
channel[R]
value[R]
variable[R]
Public Instance Methods
channel=(val)
click to toggle source
# File lib/ari/models/channel_varset.rb, line 17 def channel=(val) @channel ||= Channel.new(val) end