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
-
#active ⇒ Boolean
(also: #active?)
readonly
Whether or not the event is active.
Instance Attribute Details
#active ⇒ Boolean (readonly) Also known as: active?
Whether or not the event is active.
10 11 12 |
# File 'lib/warframe/models/attributes/active.rb', line 10 def active @active end |