Class: Toml::Merge::SourcePreservingProvider::Document

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

Instance Attribute Summary collapse

Instance Attribute Details

#analysisObject (readonly)

Returns the value of attribute analysis

Returns:

  • (Object)

    the current value of analysis



23
24
25
# File 'lib/toml/merge/source_preserving_provider.rb', line 23

def analysis
  @analysis
end

#by_keyObject (readonly)

Returns the value of attribute by_key

Returns:

  • (Object)

    the current value of by_key



23
24
25
# File 'lib/toml/merge/source_preserving_provider.rb', line 23

def by_key
  @by_key
end

#document_attributesObject (readonly)

Returns the value of attribute document_attributes

Returns:

  • (Object)

    the current value of document_attributes



23
24
25
# File 'lib/toml/merge/source_preserving_provider.rb', line 23

def document_attributes
  @document_attributes
end

#entriesObject (readonly)

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



23
24
25
# File 'lib/toml/merge/source_preserving_provider.rb', line 23

def entries
  @entries
end

#issuesObject (readonly)

Returns the value of attribute issues

Returns:

  • (Object)

    the current value of issues



23
24
25
# File 'lib/toml/merge/source_preserving_provider.rb', line 23

def issues
  @issues
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



23
24
25
# File 'lib/toml/merge/source_preserving_provider.rb', line 23

def role
  @role
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



23
24
25
# File 'lib/toml/merge/source_preserving_provider.rb', line 23

def source
  @source
end