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



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

def analysis
  @analysis
end

#backendObject (readonly)

Returns the value of attribute backend

Returns:

  • (Object)

    the current value of backend



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

def backend
  @backend
end

#declarationsObject (readonly)

Returns the value of attribute declarations

Returns:

  • (Object)

    the current value of declarations



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

def declarations
  @declarations
end

#issuesObject (readonly)

Returns the value of attribute issues

Returns:

  • (Object)

    the current value of issues



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

def issues
  @issues
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



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

def role
  @role
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



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

def source
  @source
end