Module: Warframe::Models::Attributes::Expired

Included in:
Warframe::Models::Alert, Expiration, GlobalUpgrade
Defined in:
lib/warframe/models/attributes/expiry.rb

Overview

Adds a boolean attribute expired? to see whether or not the even has expired.

Instance Attribute Summary collapse

Instance Attribute Details

#expiredBoolean (readonly) Also known as: expired?

Whether or not the event has expired.

Returns:

  • (Boolean)


16
17
18
# File 'lib/warframe/models/attributes/expiry.rb', line 16

def expired
  @expired
end