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