Class: Warframe::Models::SyndicateMission
- Inherits:
-
Base
- Object
- ObjectifiedHash
- Base
- Warframe::Models::SyndicateMission
- Defined in:
- lib/warframe/models/syndicate_mission.rb
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
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
#jobs ⇒ Array<OpenStruct> (readonly)
‘Jobs’ or challenges currently available.
16 17 18 |
# File 'lib/warframe/models/syndicate_mission.rb', line 16 def jobs @jobs end |
#nodes ⇒ Array (readonly)
The nodes that this mission is available on.
24 25 26 |
# File 'lib/warframe/models/syndicate_mission.rb', line 24 def nodes @nodes end |
#syndicate ⇒ String (readonly)
The syndicate you will be fighting.
20 21 22 |
# File 'lib/warframe/models/syndicate_mission.rb', line 20 def syndicate @syndicate end |