Class: TypeScript::Merge::Provider::ExactDocument

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



16
17
18
# File 'lib/typescript/merge/provider.rb', line 16

def analysis
  @analysis
end

#declarationsObject (readonly)

Returns the value of attribute declarations

Returns:

  • (Object)

    the current value of declarations



16
17
18
# File 'lib/typescript/merge/provider.rb', line 16

def declarations
  @declarations
end

#issuesObject (readonly)

Returns the value of attribute issues

Returns:

  • (Object)

    the current value of issues



16
17
18
# File 'lib/typescript/merge/provider.rb', line 16

def issues
  @issues
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



16
17
18
# File 'lib/typescript/merge/provider.rb', line 16

def role
  @role
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



16
17
18
# File 'lib/typescript/merge/provider.rb', line 16

def source
  @source
end