Method: ESP::Team#external_accounts

Defined in:
lib/esp/resources/team.rb

#external_accountsActiveResource::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'