Class: TesoteSdk::Models::TransactionCategory
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::TransactionCategory
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#external_category_code ⇒ Object
Returns the value of attribute external_category_code.
-
#name ⇒ Object
Returns the value of attribute name.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Method Summary
Methods included from FromHash
build_field, from_array, from_hash
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
80 81 82 |
# File 'lib/tesote_sdk/models.rb', line 80 def created_at @created_at end |
#external_category_code ⇒ Object
Returns the value of attribute external_category_code
80 81 82 |
# File 'lib/tesote_sdk/models.rb', line 80 def external_category_code @external_category_code end |
#name ⇒ Object
Returns the value of attribute name
80 81 82 |
# File 'lib/tesote_sdk/models.rb', line 80 def name @name end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
80 81 82 |
# File 'lib/tesote_sdk/models.rb', line 80 def updated_at @updated_at end |