Class: TypeScript::Merge::Provider::Owner

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

Instance Attribute Summary collapse

Instance Attribute Details

#end_lineObject (readonly)

Returns the value of attribute end_line

Returns:

  • (Object)

    the current value of end_line



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

def end_line
  @end_line
end

#fingerprintObject (readonly)

Returns the value of attribute fingerprint

Returns:

  • (Object)

    the current value of fingerprint



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

def fingerprint
  @fingerprint
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



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

def id
  @id
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



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

def role
  @role
end

#signatureObject (readonly)

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



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

def signature
  @signature
end

#start_lineObject (readonly)

Returns the value of attribute start_line

Returns:

  • (Object)

    the current value of start_line



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

def start_line
  @start_line
end