Class: Psych::Merge::Provider::Document

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

Instance Attribute Summary collapse

Instance Attribute Details

#analysisObject (readonly)

Returns the value of attribute analysis

Returns:

  • (Object)

    the current value of analysis



24
25
26
# File 'lib/psych/merge/provider.rb', line 24

def analysis
  @analysis
end

#by_keyObject (readonly)

Returns the value of attribute by_key

Returns:

  • (Object)

    the current value of by_key



24
25
26
# File 'lib/psych/merge/provider.rb', line 24

def by_key
  @by_key
end

#document_attributesObject (readonly)

Returns the value of attribute document_attributes

Returns:

  • (Object)

    the current value of document_attributes



24
25
26
# File 'lib/psych/merge/provider.rb', line 24

def document_attributes
  @document_attributes
end

#entriesObject (readonly)

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



24
25
26
# File 'lib/psych/merge/provider.rb', line 24

def entries
  @entries
end

#issuesObject (readonly)

Returns the value of attribute issues

Returns:

  • (Object)

    the current value of issues



24
25
26
# File 'lib/psych/merge/provider.rb', line 24

def issues
  @issues
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



24
25
26
# File 'lib/psych/merge/provider.rb', line 24

def role
  @role
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



24
25
26
# File 'lib/psych/merge/provider.rb', line 24

def source
  @source
end