Class: I18nContextGenerator::XcstringsDocument::Member

Inherits:
Data
  • Object
show all
Defined in:
lib/i18n_context_generator/xcstrings_document.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



11
12
13
# File 'lib/i18n_context_generator/xcstrings_document.rb', line 11

def key
  @key
end

#key_endObject (readonly)

Returns the value of attribute key_end

Returns:

  • (Object)

    the current value of key_end



11
12
13
# File 'lib/i18n_context_generator/xcstrings_document.rb', line 11

def key_end
  @key_end
end

#key_startObject (readonly)

Returns the value of attribute key_start

Returns:

  • (Object)

    the current value of key_start



11
12
13
# File 'lib/i18n_context_generator/xcstrings_document.rb', line 11

def key_start
  @key_start
end

#separatorObject (readonly)

Returns the value of attribute separator

Returns:

  • (Object)

    the current value of separator



11
12
13
# File 'lib/i18n_context_generator/xcstrings_document.rb', line 11

def separator
  @separator
end

#value_endObject (readonly)

Returns the value of attribute value_end

Returns:

  • (Object)

    the current value of value_end



11
12
13
# File 'lib/i18n_context_generator/xcstrings_document.rb', line 11

def value_end
  @value_end
end

#value_startObject (readonly)

Returns the value of attribute value_start

Returns:

  • (Object)

    the current value of value_start



11
12
13
# File 'lib/i18n_context_generator/xcstrings_document.rb', line 11

def value_start
  @value_start
end