Class: EveCrest::Request::SolarSystems

Inherits:
Object
  • Object
show all
Defined in:
lib/requests/solar_systems.rb

Instance Method Summary collapse

Instance Method Details

#getObject



4
5
6
# File 'lib/requests/solar_systems.rb', line 4

def get
  EveCrest::Response::SolarSystems.new(EveCrest::HTTPSRequest.get('/solarsystems/',3600))
end