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.

Example Response

Instance Method Summary collapse

Instance Method Details

#vallis_cycleWarframe::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