Class: Warframe::Models::GlobalUpgrade
- Inherits:
-
Base
- Object
- ObjectifiedHash
- Base
- 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
Method Summary
Methods inherited from ObjectifiedHash
#[], from_array, #initialize, #inspect, #size, #to_hash, #to_s
Constructor Details
This class inherits a constructor from Warframe::Models::ObjectifiedHash
Instance Attribute Details
#end ⇒ String (readonly)
The end of the global upgrade.
19 20 21 |
# File 'lib/warframe/models/global_upgrade.rb', line 19 def end @end end |
#operation ⇒ String (readonly)
The operation of the global upgrade.
27 28 29 |
# File 'lib/warframe/models/global_upgrade.rb', line 27 def operation @operation end |
#operation_symbol ⇒ String (readonly)
The symbol of the operation.
31 32 33 |
# File 'lib/warframe/models/global_upgrade.rb', line 31 def operation_symbol @operation_symbol end |
#start ⇒ String (readonly)
The start of the global upgrade.
15 16 17 |
# File 'lib/warframe/models/global_upgrade.rb', line 15 def start @start end |
#upgrade ⇒ String (readonly)
The upgrade to be received.
23 24 25 |
# File 'lib/warframe/models/global_upgrade.rb', line 23 def upgrade @upgrade end |
#upgrade_operation_value ⇒ Integer (readonly)
The upgrade operation value.
35 36 37 |
# File 'lib/warframe/models/global_upgrade.rb', line 35 def upgrade_operation_value @upgrade_operation_value end |