Class: Psych::Merge::Provider::Entry
- Inherits:
-
Data
- Object
- Data
- Psych::Merge::Provider::Entry
- Defined in:
- lib/psych/merge/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
14 15 16 |
# File 'lib/psych/merge/provider.rb', line 14 def attributes @attributes end |
#end_line ⇒ Object (readonly)
Returns the value of attribute end_line
14 15 16 |
# File 'lib/psych/merge/provider.rb', line 14 def end_line @end_line end |
#fragment ⇒ Object (readonly)
Returns the value of attribute fragment
14 15 16 |
# File 'lib/psych/merge/provider.rb', line 14 def fragment @fragment end |
#key ⇒ Object (readonly)
Returns the value of attribute key
14 15 16 |
# File 'lib/psych/merge/provider.rb', line 14 def key @key end |
#ownership_provable ⇒ Object (readonly)
Returns the value of attribute ownership_provable
14 15 16 |
# File 'lib/psych/merge/provider.rb', line 14 def ownership_provable @ownership_provable end |
#role ⇒ Object (readonly)
Returns the value of attribute role
14 15 16 |
# File 'lib/psych/merge/provider.rb', line 14 def role @role end |
#semantic ⇒ Object (readonly)
Returns the value of attribute semantic
14 15 16 |
# File 'lib/psych/merge/provider.rb', line 14 def semantic @semantic end |
#start_line ⇒ Object (readonly)
Returns the value of attribute start_line
14 15 16 |
# File 'lib/psych/merge/provider.rb', line 14 def start_line @start_line end |