Class: Qonto::Model::Organization
- Defined in:
- lib/qonto/model/organization.rb
Instance Attribute Summary collapse
-
#bank_accounts ⇒ Object
Returns the value of attribute bank_accounts.
-
#slug ⇒ Object
Returns the value of attribute slug.
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Qonto::Model::Base
Instance Attribute Details
#bank_accounts ⇒ Object
Returns the value of attribute bank_accounts.
5 6 7 |
# File 'lib/qonto/model/organization.rb', line 5 def bank_accounts @bank_accounts end |
#slug ⇒ Object
Returns the value of attribute slug.
4 5 6 |
# File 'lib/qonto/model/organization.rb', line 4 def slug @slug end |