Class: Toml::Merge::SourcePreservingProvider::Document
- Inherits:
-
Data
- Object
- Data
- Toml::Merge::SourcePreservingProvider::Document
- Defined in:
- lib/toml/merge/source_preserving_provider.rb
Instance Attribute Summary collapse
-
#analysis ⇒ Object
readonly
Returns the value of attribute analysis.
-
#by_key ⇒ Object
readonly
Returns the value of attribute by_key.
-
#document_attributes ⇒ Object
readonly
Returns the value of attribute document_attributes.
-
#entries ⇒ Object
readonly
Returns the value of attribute entries.
-
#issues ⇒ Object
readonly
Returns the value of attribute issues.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Instance Attribute Details
#analysis ⇒ Object (readonly)
Returns the value of attribute analysis
23 24 25 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 23 def analysis @analysis end |
#by_key ⇒ Object (readonly)
Returns the value of attribute by_key
23 24 25 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 23 def by_key @by_key end |
#document_attributes ⇒ Object (readonly)
Returns the value of attribute document_attributes
23 24 25 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 23 def document_attributes @document_attributes end |
#entries ⇒ Object (readonly)
Returns the value of attribute entries
23 24 25 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 23 def entries @entries end |
#issues ⇒ Object (readonly)
Returns the value of attribute issues
23 24 25 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 23 def issues @issues end |
#role ⇒ Object (readonly)
Returns the value of attribute role
23 24 25 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 23 def role @role end |
#source ⇒ Object (readonly)
Returns the value of attribute source
23 24 25 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 23 def source @source end |