Class: Warframe::Models::SyndicateMission
- Defined in:
- lib/warframe/models/syndicate_mission.rb
Overview
SyndicateMission data model. /:platform/syndicateMissions
Instance Attribute Summary collapse
-
#jobs ⇒ Array<OpenStruct>
readonly
‘Jobs’ or challenges currently available.
-
#nodes ⇒ Array
readonly
The nodes that this mission is available on.
-
#syndicate ⇒ String
readonly
The syndicate you will be fighting.
Attributes included from Attributes::StartString
Attributes included from Attributes::Active
Attributes included from Attributes::Activation
Attributes included from Attributes::ID
Attributes included from Attributes::ETA
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Warframe::Models::Base
Instance Attribute Details
#jobs ⇒ Array<OpenStruct> (readonly)
‘Jobs’ or challenges currently available.
21 22 23 |
# File 'lib/warframe/models/syndicate_mission.rb', line 21 def jobs @jobs end |
#nodes ⇒ Array (readonly)
The nodes that this mission is available on.
29 30 31 |
# File 'lib/warframe/models/syndicate_mission.rb', line 29 def nodes @nodes end |
#syndicate ⇒ String (readonly)
The syndicate you will be fighting.
25 26 27 |
# File 'lib/warframe/models/syndicate_mission.rb', line 25 def syndicate @syndicate end |