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