Module: Warframe::Models::Attributes::Translations

Included in:
News
Defined in:
lib/warframe/models/attributes/translations.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageString (readonly)

The message that can be translated.

Returns:

  • (String)


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

def message
  @message
end

#translationsOpenStruct (readonly)

Available translations for the requested data.

Returns:

  • (OpenStruct)


12
13
14
# File 'lib/warframe/models/attributes/translations.rb', line 12

def translations
  @translations
end