Class: Ari::ChannelUserevent

Inherits:
Event show all
Defined in:
lib/ari/models/channel_userevent.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

#bridgeObject

Returns the value of attribute bridge.



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

def bridge
  @bridge
end

#channelObject

Returns the value of attribute channel.



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

def channel
  @channel
end

#endpointObject

Returns the value of attribute endpoint.



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

def endpoint
  @endpoint
end

#eventnameObject (readonly)

Returns the value of attribute eventname.



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

def eventname
  @eventname
end

#usereventObject

Returns the value of attribute userevent.



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

def userevent
  @userevent
end