Class: Warframe::Models::Sortie
- Inherits:
-
Base
- Object
- ObjectifiedHash
- Base
- Warframe::Models::Sortie
- Defined in:
- lib/warframe/models/sortie.rb
Instance Attribute Summary collapse
-
#boss ⇒ String
readonly
The boss for this part of the sortie.
-
#faction ⇒ String
readonly
The faction fighting you in this mission.
-
#reward_pool ⇒ String
readonly
The reward pool which this is pulling from.
-
#variants ⇒ Array<OpenStruct>
readonly
Modifiers active for this challenge.
Attributes included from Attributes::ETA
Attributes included from Attributes::Expired
Attributes included from Attributes::Expiry
Attributes included from Attributes::Active
Attributes included from Attributes::Activation
Attributes included from Attributes::ID
Method Summary
Methods inherited from ObjectifiedHash
#[], from_array, #initialize, #inspect, #size, #to_hash, #to_s
Constructor Details
This class inherits a constructor from Warframe::Models::ObjectifiedHash
Instance Attribute Details
#boss ⇒ String (readonly)
The boss for this part of the sortie.
16 17 18 |
# File 'lib/warframe/models/sortie.rb', line 16 def boss @boss end |
#faction ⇒ String (readonly)
The faction fighting you in this mission.
20 21 22 |
# File 'lib/warframe/models/sortie.rb', line 20 def faction @faction end |
#reward_pool ⇒ String (readonly)
The reward pool which this is pulling from.
28 29 30 |
# File 'lib/warframe/models/sortie.rb', line 28 def reward_pool @reward_pool end |
#variants ⇒ Array<OpenStruct> (readonly)
Modifiers active for this challenge.
24 25 26 |
# File 'lib/warframe/models/sortie.rb', line 24 def variants @variants end |