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

Instance Attribute Details

#activationString (readonly)

The time the event was activated.

Returns:

  • (String)


18
19
20
# File 'lib/warframe/models/attributes/active.rb', line 18

def activation
  @activation
end