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
-
#expired ⇒ Boolean
(also: #expired?)
readonly
Whether or not the event has expired.
Instance Attribute Details
#expired ⇒ Boolean (readonly) Also known as: expired?
Whether or not the event has expired.
16 17 18 |
# File 'lib/warframe/models/attributes/expiry.rb', line 16 def expired @expired end |