Class: Toml::Merge::SourcePreservingProvider::Entry
- Inherits:
-
Data
- Object
- Data
- Toml::Merge::SourcePreservingProvider::Entry
- Defined in:
- lib/toml/merge/source_preserving_provider.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
-
#end_line ⇒ Object
readonly
Returns the value of attribute end_line.
-
#fragment ⇒ Object
readonly
Returns the value of attribute fragment.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#ownership_provable ⇒ Object
readonly
Returns the value of attribute ownership_provable.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#semantic ⇒ Object
readonly
Returns the value of attribute semantic.
-
#start_line ⇒ Object
readonly
Returns the value of attribute start_line.
Instance Attribute Details
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes
13 14 15 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 13 def attributes @attributes end |
#end_line ⇒ Object (readonly)
Returns the value of attribute end_line
13 14 15 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 13 def end_line @end_line end |
#fragment ⇒ Object (readonly)
Returns the value of attribute fragment
13 14 15 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 13 def fragment @fragment end |
#key ⇒ Object (readonly)
Returns the value of attribute key
13 14 15 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 13 def key @key end |
#ownership_provable ⇒ Object (readonly)
Returns the value of attribute ownership_provable
13 14 15 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 13 def ownership_provable @ownership_provable end |
#role ⇒ Object (readonly)
Returns the value of attribute role
13 14 15 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 13 def role @role end |
#semantic ⇒ Object (readonly)
Returns the value of attribute semantic
13 14 15 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 13 def semantic @semantic end |
#start_line ⇒ Object (readonly)
Returns the value of attribute start_line
13 14 15 |
# File 'lib/toml/merge/source_preserving_provider.rb', line 13 def start_line @start_line end |