Class: TesoteSdk::Models::SyncRemoval
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::SyncRemoval
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Returns the value of attribute account_id.
-
#transaction_id ⇒ Object
Returns the value of attribute transaction_id.
Method Summary
Methods included from FromHash
build_field, from_array, from_hash
Instance Attribute Details
#account_id ⇒ Object
Returns the value of attribute account_id
149 150 151 |
# File 'lib/tesote_sdk/models.rb', line 149 def account_id @account_id end |
#transaction_id ⇒ Object
Returns the value of attribute transaction_id
149 150 151 |
# File 'lib/tesote_sdk/models.rb', line 149 def transaction_id @transaction_id end |