Module: Warframe::Models::Attributes::Desc
- Included in:
- GlobalUpgrade
- Defined in:
- lib/warframe/models/attributes/description.rb
Overview
Includes the desc attribute
Instance Attribute Summary collapse
-
#desc ⇒ String
readonly
The description of the data requested.
Instance Attribute Details
#desc ⇒ String (readonly)
The description of the data requested
8 9 10 |
# File 'lib/warframe/models/attributes/description.rb', line 8 def desc @desc end |