Module: Warframe::Models::Attributes::Active

Included in:
Warframe::Models::Alert, ActiveBoth, SteelPath
Defined in:
lib/warframe/models/attributes/active.rb

Overview

Includes the active? attribute.

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean (readonly) Also known as: active?

Whether or not the event is active.

Returns:

  • (Boolean)


10
11
12
# File 'lib/warframe/models/attributes/active.rb', line 10

def active
  @active
end