Class: Toml::Merge::SourcePreservingProvider::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/toml/merge/source_preserving_provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject (readonly)

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



13
14
15
# File 'lib/toml/merge/source_preserving_provider.rb', line 13

def attributes
  @attributes
end

#end_lineObject (readonly)

Returns the value of attribute end_line

Returns:

  • (Object)

    the current value of end_line



13
14
15
# File 'lib/toml/merge/source_preserving_provider.rb', line 13

def end_line
  @end_line
end

#fragmentObject (readonly)

Returns the value of attribute fragment

Returns:

  • (Object)

    the current value of fragment



13
14
15
# File 'lib/toml/merge/source_preserving_provider.rb', line 13

def fragment
  @fragment
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



13
14
15
# File 'lib/toml/merge/source_preserving_provider.rb', line 13

def key
  @key
end

#ownership_provableObject (readonly)

Returns the value of attribute ownership_provable

Returns:

  • (Object)

    the current value of ownership_provable



13
14
15
# File 'lib/toml/merge/source_preserving_provider.rb', line 13

def ownership_provable
  @ownership_provable
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



13
14
15
# File 'lib/toml/merge/source_preserving_provider.rb', line 13

def role
  @role
end

#semanticObject (readonly)

Returns the value of attribute semantic

Returns:

  • (Object)

    the current value of semantic



13
14
15
# File 'lib/toml/merge/source_preserving_provider.rb', line 13

def semantic
  @semantic
end

#start_lineObject (readonly)

Returns the value of attribute start_line

Returns:

  • (Object)

    the current value of start_line



13
14
15
# File 'lib/toml/merge/source_preserving_provider.rb', line 13

def start_line
  @start_line
end