Class: ModpackLocalizer::JAR::Reader::LangData

Inherits:
Struct
  • Object
show all
Defined in:
lib/modpack_localizer/jar/reader.rb

Overview

performerに渡すレスポンス

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#file_nameObject

Returns the value of attribute file_name

Returns:

  • (Object)

    the current value of file_name



24
25
26
# File 'lib/modpack_localizer/jar/reader.rb', line 24

def file_name
  @file_name
end

#jsonObject

Returns the value of attribute json

Returns:

  • (Object)

    the current value of json



24
25
26
# File 'lib/modpack_localizer/jar/reader.rb', line 24

def json
  @json
end

#locale_codeObject

Returns the value of attribute locale_code

Returns:

  • (Object)

    the current value of locale_code



24
25
26
# File 'lib/modpack_localizer/jar/reader.rb', line 24

def locale_code
  @locale_code
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



24
25
26
# File 'lib/modpack_localizer/jar/reader.rb', line 24

def message
  @message
end

#mod_nameObject

Returns the value of attribute mod_name

Returns:

  • (Object)

    the current value of mod_name



24
25
26
# File 'lib/modpack_localizer/jar/reader.rb', line 24

def mod_name
  @mod_name
end

#need_translationObject

Returns the value of attribute need_translation

Returns:

  • (Object)

    the current value of need_translation



24
25
26
# File 'lib/modpack_localizer/jar/reader.rb', line 24

def need_translation
  @need_translation
end