Class: I18nContextGenerator::XcstringsDocument::Member
- Inherits:
-
Data
- Object
- Data
- I18nContextGenerator::XcstringsDocument::Member
- Defined in:
- lib/i18n_context_generator/xcstrings_document.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#key_end ⇒ Object
readonly
Returns the value of attribute key_end.
-
#key_start ⇒ Object
readonly
Returns the value of attribute key_start.
-
#separator ⇒ Object
readonly
Returns the value of attribute separator.
-
#value_end ⇒ Object
readonly
Returns the value of attribute value_end.
-
#value_start ⇒ Object
readonly
Returns the value of attribute value_start.
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key
11 12 13 |
# File 'lib/i18n_context_generator/xcstrings_document.rb', line 11 def key @key end |
#key_end ⇒ Object (readonly)
Returns the value of attribute key_end
11 12 13 |
# File 'lib/i18n_context_generator/xcstrings_document.rb', line 11 def key_end @key_end end |
#key_start ⇒ Object (readonly)
Returns the value of attribute key_start
11 12 13 |
# File 'lib/i18n_context_generator/xcstrings_document.rb', line 11 def key_start @key_start end |
#separator ⇒ Object (readonly)
Returns the value of attribute separator
11 12 13 |
# File 'lib/i18n_context_generator/xcstrings_document.rb', line 11 def separator @separator end |
#value_end ⇒ Object (readonly)
Returns the value of attribute value_end
11 12 13 |
# File 'lib/i18n_context_generator/xcstrings_document.rb', line 11 def value_end @value_end end |
#value_start ⇒ Object (readonly)
Returns the value of attribute value_start
11 12 13 |
# File 'lib/i18n_context_generator/xcstrings_document.rb', line 11 def value_start @value_start end |