Class: Ligarb::Config::TranslationEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ligarb/config.rb

Overview

Represents a translation entry output_path: absolute path to the translation’s build directory (for link generation)

Instance Attribute Summary collapse

Instance Attribute Details

#config_pathObject

Returns the value of attribute config_path

Returns:

  • (Object)

    the current value of config_path



24
25
26
# File 'lib/ligarb/config.rb', line 24

def config_path
  @config_path
end

#langObject

Returns the value of attribute lang

Returns:

  • (Object)

    the current value of lang



24
25
26
# File 'lib/ligarb/config.rb', line 24

def lang
  @lang
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



24
25
26
# File 'lib/ligarb/config.rb', line 24

def language
  @language
end

#output_pathObject

Returns the value of attribute output_path

Returns:

  • (Object)

    the current value of output_path



24
25
26
# File 'lib/ligarb/config.rb', line 24

def output_path
  @output_path
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



24
25
26
# File 'lib/ligarb/config.rb', line 24

def title
  @title
end