Class: Psych::Merge::Provider::Entry

Inherits:
Data
  • Object
show all
Defined in:
lib/psych/merge/provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject (readonly)

Returns the value of attribute attributes

Returns:

  • (Object)

    the current value of attributes



14
15
16
# File 'lib/psych/merge/provider.rb', line 14

def attributes
  @attributes
end

#end_lineObject (readonly)

Returns the value of attribute end_line

Returns:

  • (Object)

    the current value of end_line



14
15
16
# File 'lib/psych/merge/provider.rb', line 14

def end_line
  @end_line
end

#fragmentObject (readonly)

Returns the value of attribute fragment

Returns:

  • (Object)

    the current value of fragment



14
15
16
# File 'lib/psych/merge/provider.rb', line 14

def fragment
  @fragment
end

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



14
15
16
# File 'lib/psych/merge/provider.rb', line 14

def key
  @key
end

#ownership_provableObject (readonly)

Returns the value of attribute ownership_provable

Returns:

  • (Object)

    the current value of ownership_provable



14
15
16
# File 'lib/psych/merge/provider.rb', line 14

def ownership_provable
  @ownership_provable
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



14
15
16
# File 'lib/psych/merge/provider.rb', line 14

def role
  @role
end

#semanticObject (readonly)

Returns the value of attribute semantic

Returns:

  • (Object)

    the current value of semantic



14
15
16
# File 'lib/psych/merge/provider.rb', line 14

def semantic
  @semantic
end

#start_lineObject (readonly)

Returns the value of attribute start_line

Returns:

  • (Object)

    the current value of start_line



14
15
16
# File 'lib/psych/merge/provider.rb', line 14

def start_line
  @start_line
end