Class: Warframe::Models::GlobalUpgrade
- Includes:
- Attributes::Desc, Attributes::ETA, Attributes::Expired
- Defined in:
- lib/warframe/models/global_upgrade.rb
Overview
Global Upgrades data model. /:platform/globalUpgrades
Instance Attribute Summary collapse
-
#end ⇒ String
readonly
The end of the global upgrade.
-
#operation ⇒ String
readonly
The operation of the global upgrade.
-
#operation_symbol ⇒ String
readonly
The symbol of the operation.
-
#start ⇒ String
readonly
The start of the global upgrade.
-
#upgrade ⇒ String
readonly
The upgrade to be received.
-
#upgrade_operation_value ⇒ Integer
readonly
The upgrade operation value.
Attributes included from Attributes::ETA
Attributes included from Attributes::Desc
Attributes included from 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
#end ⇒ String (readonly)
The end of the global upgrade.
22 23 24 |
# File 'lib/warframe/models/global_upgrade.rb', line 22 def end @end end |
#operation ⇒ String (readonly)
The operation of the global upgrade.
30 31 32 |
# File 'lib/warframe/models/global_upgrade.rb', line 30 def operation @operation end |
#operation_symbol ⇒ String (readonly)
The symbol of the operation.
34 35 36 |
# File 'lib/warframe/models/global_upgrade.rb', line 34 def operation_symbol @operation_symbol end |
#start ⇒ String (readonly)
The start of the global upgrade.
18 19 20 |
# File 'lib/warframe/models/global_upgrade.rb', line 18 def start @start end |
#upgrade ⇒ String (readonly)
The upgrade to be received.
26 27 28 |
# File 'lib/warframe/models/global_upgrade.rb', line 26 def upgrade @upgrade end |
#upgrade_operation_value ⇒ Integer (readonly)
The upgrade operation value.
38 39 40 |
# File 'lib/warframe/models/global_upgrade.rb', line 38 def upgrade_operation_value @upgrade_operation_value end |