Module: Warframe::REST::API::ConclaveChallenges
- Includes:
- Utils
- Included in:
- Warframe::REST::API
- Defined in:
- lib/warframe/rest/api/conclave_challenges.rb
Overview
API endpoint for getting information on current Conclave Challenge data.
Instance Method Summary collapse
-
#conclave_challenges ⇒ Array<Warframe::Models::ConclaveChallenge>
Gets the current conclave challenges.
Instance Method Details
#conclave_challenges ⇒ Array<Warframe::Models::ConclaveChallenge>
Gets the current conclave challenges.
17 18 19 |
# File 'lib/warframe/rest/api/conclave_challenges.rb', line 17 def conclave_challenges get('/conclaveChallenges', Warframe::Models::ConclaveChallenge) end |