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