Class: TesoteSdk::Models::BatchApproveResult
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::BatchApproveResult
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#approved ⇒ Object
Returns the value of attribute approved.
-
#failed ⇒ Object
Returns the value of attribute failed.
Method Summary
Methods included from FromHash
build_field, from_array, from_hash
Instance Attribute Details
#approved ⇒ Object
Returns the value of attribute approved
437 438 439 |
# File 'lib/tesote_sdk/models.rb', line 437 def approved @approved end |
#failed ⇒ Object
Returns the value of attribute failed
437 438 439 |
# File 'lib/tesote_sdk/models.rb', line 437 def failed @failed end |