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