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

Instance Attribute Details

#descString (readonly)

The description of the data requested

Returns:

  • (String)


8
9
10
# File 'lib/warframe/models/attributes/description.rb', line 8

def desc
  @desc
end