Class: EveCrest::Request::SolarSystems
- Inherits:
-
Object
- Object
- EveCrest::Request::SolarSystems
- Defined in:
- lib/requests/solar_systems.rb
Instance Method Summary collapse
Instance Method Details
#get ⇒ Object
4 5 6 |
# File 'lib/requests/solar_systems.rb', line 4 def get EveCrest::Response::SolarSystems.new(EveCrest::HTTPSRequest.get('/solarsystems/',3600)) end |