Class: Ari::TextMessageVariable

Inherits:
Model
  • Object
show all
Defined in:
lib/ari/models/text_message_variable.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

#keyObject (readonly)

Returns the value of attribute key.



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

def key
  @key
end

#valueObject (readonly)

Returns the value of attribute value.



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

def value
  @value
end