Class: TesoteSdk::Models::SyncSessionError

Inherits:
Struct
  • Object
show all
Extended by:
FromHash
Defined in:
lib/tesote_sdk/models.rb

Instance Attribute Summary collapse

Method Summary

Methods included from FromHash

build_field, from_array, from_hash

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



182
183
184
# File 'lib/tesote_sdk/models.rb', line 182

def message
  @message
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



182
183
184
# File 'lib/tesote_sdk/models.rb', line 182

def type
  @type
end