Module: Warframe::API::Cetus
- Included in:
- Warframe::API
- Defined in:
- lib/warframe/api/cetus.rb
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.
12 13 14 |
# File 'lib/warframe/api/cetus.rb', line 12 def cetus get('/cetusCycle', Warframe::Models::Cetus) end |