Class: EveCrest::Request::Time

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

Instance Method Summary collapse

Instance Method Details

#getObject



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

def get
  EveCrest::Response::Time.new(EveCrest::HTTPSRequest.get('/time/', 10))
end