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