Class: TesoteSdk::Models::BatchApproveResult

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

#approvedObject

Returns the value of attribute approved

Returns:

  • (Object)

    the current value of approved



437
438
439
# File 'lib/tesote_sdk/models.rb', line 437

def approved
  @approved
end

#failedObject

Returns the value of attribute failed

Returns:

  • (Object)

    the current value of failed



437
438
439
# File 'lib/tesote_sdk/models.rb', line 437

def failed
  @failed
end