Method: ESP::Stat#services
- Defined in:
- lib/esp/resources/stat.rb
#services ⇒ ActiveResource::PaginatedCollection<ESP::StatService>
The stats for each service associated with this stat object.
18 |
# File 'lib/esp/resources/stat.rb', line 18 has_many :services, class_name: 'ESP::StatService' |