Method: Warframe::Models::ConclaveChallenge#amount

Defined in:
lib/warframe/models/conclave_challenge.rb

#amountInteger (readonly)

The amount of challenges that must be completed.

Returns:

  • (Integer)


27
28
29
# File 'lib/warframe/models/conclave_challenge.rb', line 27

def amount
  @amount
end