Class: Ari::TextMessageReceived

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

#endpointObject

Returns the value of attribute endpoint.



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

def endpoint
  @endpoint
end

#messageObject

Returns the value of attribute message.



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

def message
  @message
end