Class: Ari::ChannelDestroyed

Inherits:
Event show all
Defined in:
lib/ari/models/channel_destroyed.rb

Instance Attribute Summary collapse

Attributes inherited from Event

#application, #timestamp

Method Summary

Methods inherited from Model

#attributes=, #initialize

Constructor Details

This class inherits a constructor from Ari::Model

Instance Attribute Details

#causeObject (readonly)

Returns the value of attribute cause.



15
16
17
# File 'lib/ari/models/channel_destroyed.rb', line 15

def cause
  @cause
end

#cause_txtObject (readonly)

Returns the value of attribute cause_txt.



15
16
17
# File 'lib/ari/models/channel_destroyed.rb', line 15

def cause_txt
  @cause_txt
end

#channelObject

Returns the value of attribute channel.



15
16
17
# File 'lib/ari/models/channel_destroyed.rb', line 15

def channel
  @channel
end