Class: Twilic::Core::Model::MapEntry
- Inherits:
-
Data
- Object
- Data
- Twilic::Core::Model::MapEntry
- Defined in:
- lib/twilic/core/model.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key
77 78 79 |
# File 'lib/twilic/core/model.rb', line 77 def key @key end |
#value ⇒ Object (readonly)
Returns the value of attribute value
77 78 79 |
# File 'lib/twilic/core/model.rb', line 77 def value @value end |