Module: Warframe::REST::API::Cetus
Overview
API endpoint for getting information on current Cetus data.
Instance Method Summary collapse
-
#cetus ⇒ Warframe::Models::Cetus
Gets the current cetusCycle Data.
Instance Method Details
#cetus ⇒ Warframe::Models::Cetus
Gets the current cetusCycle Data.
17 18 19 |
# File 'lib/warframe/rest/api/cetus.rb', line 17 def cetus get('/cetusCycle', Warframe::Models::Cetus) end |