Class: Ligarb::Config::TranslationEntry
- Inherits:
-
Struct
- Object
- Struct
- Ligarb::Config::TranslationEntry
- 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
-
#config_path ⇒ Object
Returns the value of attribute config_path.
-
#lang ⇒ Object
Returns the value of attribute lang.
-
#language ⇒ Object
Returns the value of attribute language.
-
#output_path ⇒ Object
Returns the value of attribute output_path.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#config_path ⇒ Object
Returns the value of attribute config_path
24 25 26 |
# File 'lib/ligarb/config.rb', line 24 def config_path @config_path end |
#lang ⇒ Object
Returns the value of attribute lang
24 25 26 |
# File 'lib/ligarb/config.rb', line 24 def lang @lang end |
#language ⇒ Object
Returns the value of attribute language
24 25 26 |
# File 'lib/ligarb/config.rb', line 24 def language @language end |
#output_path ⇒ Object
Returns the value of attribute output_path
24 25 26 |
# File 'lib/ligarb/config.rb', line 24 def output_path @output_path end |
#title ⇒ Object
Returns the value of attribute title
24 25 26 |
# File 'lib/ligarb/config.rb', line 24 def title @title end |