Module: Warframe::API::VallisCycle
- Included in:
- Warframe::API
- Defined in:
- lib/warframe/api/vallis_cycle.rb
Overview
API endpoint for getting information on current VallisCycle data.
Instance Method Summary collapse
-
#vallis_cycle ⇒ Warframe::Models::VallisCycle
Gets the current vallisCycle Data.
Instance Method Details
#vallis_cycle ⇒ Warframe::Models::VallisCycle
Gets the current vallisCycle Data.
12 13 14 |
# File 'lib/warframe/api/vallis_cycle.rb', line 12 def vallis_cycle get('/vallisCycle', Warframe::Models::VallisCycle) end |