Module: Warframe::Models::Attributes::Description
- Included in:
- ConclaveChallenge, Invasion
- Defined in:
- lib/warframe/models/attributes/description.rb
Overview
Includes the description attribute.
Instance Attribute Summary collapse
-
#description ⇒ String
readonly
The description of the data requested.
Instance Attribute Details
#description ⇒ String (readonly)
The description of the data requested.
15 16 17 |
# File 'lib/warframe/models/attributes/description.rb', line 15 def description @description end |