Class: TesoteSdk::Models::SyncSessionError
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::SyncSessionError
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods included from FromHash
build_field, from_array, from_hash
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
182 183 184 |
# File 'lib/tesote_sdk/models.rb', line 182 def @message end |
#type ⇒ Object
Returns the value of attribute type
182 183 184 |
# File 'lib/tesote_sdk/models.rb', line 182 def type @type end |