Class: TesoteSdk::Models::TesoteAccountRef
- Inherits:
-
Struct
- Object
- Struct
- TesoteSdk::Models::TesoteAccountRef
- Extended by:
- FromHash
- Defined in:
- lib/tesote_sdk/models.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods included from FromHash
build_field, from_array, from_hash
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
292 293 294 |
# File 'lib/tesote_sdk/models.rb', line 292 def id @id end |
#name ⇒ Object
Returns the value of attribute name
292 293 294 |
# File 'lib/tesote_sdk/models.rb', line 292 def name @name end |