Class: Ari::TextMessage

Inherits:
Model
  • Object
show all
Defined in:
lib/ari/models/text_message.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#attributes=, #initialize

Constructor Details

This class inherits a constructor from Ari::Model

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body.



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

def body
  @body
end

#fromObject (readonly)

Returns the value of attribute from.



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

def from
  @from
end

#toObject (readonly)

Returns the value of attribute to.



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

def to
  @to
end

#variablesObject

Returns the value of attribute variables.



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

def variables
  @variables
end