Method: Warframe::API::Cetus#cetus
- Defined in:
- lib/warframe/api/cetus.rb
#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 |