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

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

Overview

Includes the translations attribute.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString (readonly)

The message that can be translated.

Returns:

  • (String)


10
11
12
# File 'lib/warframe/models/attributes/translations.rb', line 10

def message
  @message
end

#translationsOpenStruct (readonly)

Available translations for the requested data.

Returns:

  • (OpenStruct)


14
15
16
# File 'lib/warframe/models/attributes/translations.rb', line 14

def translations
  @translations
end