Module: Warframe::Models::Attributes::Translations
- Included in:
- News
- Defined in:
- lib/warframe/models/attributes/translations.rb
Instance Attribute Summary collapse
-
#message ⇒ String
readonly
The message that can be translated.
-
#translations ⇒ OpenStruct
readonly
Available translations for the requested data.
Instance Attribute Details
#message ⇒ String (readonly)
The message that can be translated.
8 9 10 |
# File 'lib/warframe/models/attributes/translations.rb', line 8 def @message end |
#translations ⇒ OpenStruct (readonly)
Available translations for the requested data.
12 13 14 |
# File 'lib/warframe/models/attributes/translations.rb', line 12 def translations @translations end |