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