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