Class: Rbs::Merge::Provider::ExactDocument

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



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

def analysis
  @analysis
end

#declarationsObject (readonly)

Returns the value of attribute declarations

Returns:

  • (Object)

    the current value of declarations



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

def declarations
  @declarations
end

#issuesObject (readonly)

Returns the value of attribute issues

Returns:

  • (Object)

    the current value of issues



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

def issues
  @issues
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



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

def role
  @role
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



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

def source
  @source
end