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