Class: Warframe::Models::Alert
- Includes:
- Warframe::Models::Attributes::Active, Warframe::Models::Attributes::ETA, Warframe::Models::Attributes::Expired, Warframe::Models::Attributes::RewardTypes, Warframe::Models::Attributes::StartString
- Defined in:
- lib/warframe/models/alert.rb
Overview
Model for Alert data. /:platform/alerts
Instance Attribute Summary collapse
-
#id ⇒ String
readonly
The id of the Alert.
-
#mission ⇒ OpenStruct
readonly
The mission data of this alert.
Attributes included from Warframe::Models::Attributes::StartString
Attributes included from Warframe::Models::Attributes::RewardTypes
Attributes included from Warframe::Models::Attributes::ETA
Attributes included from Warframe::Models::Attributes::Active
Attributes included from Warframe::Models::Attributes::Expired
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Warframe::Models::Base
Instance Attribute Details
#id ⇒ String (readonly)
The id of the Alert.
23 24 25 |
# File 'lib/warframe/models/alert.rb', line 23 def id @id end |
#mission ⇒ OpenStruct (readonly)
The mission data of this alert.
27 28 29 |
# File 'lib/warframe/models/alert.rb', line 27 def mission @mission end |