Module: Warframe::Models::Attributes::Activation
- Included in:
- ActiveBoth, CambionDrift, Cetus, ConclaveChallenge, Invasion, Nightwave, VallisCycle
- Defined in:
- lib/warframe/models/attributes/active.rb
Overview
Includes the activation date as an attribute.
Instance Attribute Summary collapse
-
#activation ⇒ String
readonly
The time the event was activated.
Instance Attribute Details
#activation ⇒ String (readonly)
The time the event was activated.
18 19 20 |
# File 'lib/warframe/models/attributes/active.rb', line 18 def activation @activation end |