Class: TesoteSdk::Models::BatchCancelResult

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

#cancelledObject

Returns the value of attribute cancelled

Returns:

  • (Object)

    the current value of cancelled



445
446
447
# File 'lib/tesote_sdk/models.rb', line 445

def cancelled
  @cancelled
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



445
446
447
# File 'lib/tesote_sdk/models.rb', line 445

def errors
  @errors
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



445
446
447
# File 'lib/tesote_sdk/models.rb', line 445

def skipped
  @skipped
end