Class: Warframe::Models::CambionDrift
- Inherits:
-
Base
- Object
- ObjectifiedHash
- Base
- Warframe::Models::CambionDrift
- Includes:
- Attributes::Activation, Attributes::Expiry, Attributes::ID
- Defined in:
- lib/warframe/models/cambion_drift.rb
Overview
Cambion Drift data model. /:platform/cambionCycle
Instance Attribute Summary collapse
-
#active ⇒ String
readonly
Current active state of the world, either ‘vome’ or ‘fass’.
-
#time_left ⇒ String
readonly
The time remaining until world state switches.
Attributes included from Attributes::Expiry
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
#active ⇒ String (readonly)
Current active state of the world, either ‘vome’ or ‘fass’.
15 16 17 |
# File 'lib/warframe/models/cambion_drift.rb', line 15 def active @active end |
#time_left ⇒ String (readonly)
The time remaining until world state switches.
19 20 21 |
# File 'lib/warframe/models/cambion_drift.rb', line 19 def time_left @time_left end |