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