Class: Warframe::Models::Sortie
- Defined in:
- lib/warframe/models/sortie.rb
Overview
Sortie data model. /:platform/sortie
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
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Warframe::Models::Base
Instance Attribute Details
#boss ⇒ String (readonly)
The boss for this part of the sortie.
21 22 23 |
# File 'lib/warframe/models/sortie.rb', line 21 def boss @boss end |
#faction ⇒ String (readonly)
The faction fighting you in this mission.
25 26 27 |
# File 'lib/warframe/models/sortie.rb', line 25 def faction @faction end |
#reward_pool ⇒ String (readonly)
The reward pool which this is pulling from.
33 34 35 |
# File 'lib/warframe/models/sortie.rb', line 33 def reward_pool @reward_pool end |
#variants ⇒ Array<OpenStruct> (readonly)
Modifiers active for this challenge.
29 30 31 |
# File 'lib/warframe/models/sortie.rb', line 29 def variants @variants end |