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