Class: Warframe::Models::SteelPath
- Inherits:
-
Base
- Object
- ObjectifiedHash
- Base
- Warframe::Models::SteelPath
- Includes:
- Attributes::Active, Attributes::Expiry
- Defined in:
- lib/warframe/models/steel_path.rb
Instance Attribute Summary collapse
-
#current_reward ⇒ OpenStruct
readonly
The currently available item from Teshin.
-
#evergreens ⇒ Array<OpenStruct>
readonly
Current rotation of items Teshin has to offer.
-
#incursions ⇒ OpenStruct
readonly
Current incursion data.
-
#remaining ⇒ String
readonly
The time remaining of the current reward.
-
#rotation ⇒ Array<OpenStruct>
readonly
Current rotation of items the Arbiters have to offer.
Attributes included from Attributes::Expiry
Attributes included from Attributes::Active
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
#current_reward ⇒ OpenStruct (readonly)
The currently available item from Teshin.
14 15 16 |
# File 'lib/warframe/models/steel_path.rb', line 14 def current_reward @current_reward end |
#evergreens ⇒ Array<OpenStruct> (readonly)
Current rotation of items Teshin has to offer.
26 27 28 |
# File 'lib/warframe/models/steel_path.rb', line 26 def evergreens @evergreens end |
#incursions ⇒ OpenStruct (readonly)
Current incursion data
30 31 32 |
# File 'lib/warframe/models/steel_path.rb', line 30 def incursions @incursions end |
#remaining ⇒ String (readonly)
The time remaining of the current reward.
18 19 20 |
# File 'lib/warframe/models/steel_path.rb', line 18 def remaining @remaining end |
#rotation ⇒ Array<OpenStruct> (readonly)
Current rotation of items the Arbiters have to offer.
22 23 24 |
# File 'lib/warframe/models/steel_path.rb', line 22 def rotation @rotation end |