Class: Bash::Merge::Provider::ExactDocument

Inherits:
Data
  • Object
show all
Defined in:
lib/bash/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



34
35
36
# File 'lib/bash/merge/provider.rb', line 34

def analysis
  @analysis
end

#declarationsObject (readonly)

Returns the value of attribute declarations

Returns:

  • (Object)

    the current value of declarations



34
35
36
# File 'lib/bash/merge/provider.rb', line 34

def declarations
  @declarations
end

#issuesObject (readonly)

Returns the value of attribute issues

Returns:

  • (Object)

    the current value of issues



34
35
36
# File 'lib/bash/merge/provider.rb', line 34

def issues
  @issues
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



34
35
36
# File 'lib/bash/merge/provider.rb', line 34

def role
  @role
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



34
35
36
# File 'lib/bash/merge/provider.rb', line 34

def source
  @source
end