Method: ESP::Organization#external_accounts
- Defined in:
- lib/esp/resources/organization.rb
#external_accounts ⇒ ActiveResource::PaginatedCollection<ESP::ExternalAccount>
The collection of external_accounts that belong to the organization.
26 |
# File 'lib/esp/resources/organization.rb', line 26 has_many :external_accounts, class_name: 'ESP::ExternalAccount' |