Class: TesoteSdk::Models::BatchCancelResult
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::BatchCancelResult
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#cancelled ⇒ Object
Returns the value of attribute cancelled.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
Method Summary
Methods included from FromHash
build_field, from_array, from_hash
Instance Attribute Details
#cancelled ⇒ Object
Returns the value of attribute cancelled
445 446 447 |
# File 'lib/tesote_sdk/models.rb', line 445 def cancelled @cancelled end |
#errors ⇒ Object
Returns the value of attribute errors
445 446 447 |
# File 'lib/tesote_sdk/models.rb', line 445 def errors @errors end |
#skipped ⇒ Object
Returns the value of attribute skipped
445 446 447 |
# File 'lib/tesote_sdk/models.rb', line 445 def skipped @skipped end |