Class: Markdown::Merge::SourcePreservingProvider::Owner

Inherits:
Data
  • Object
show all
Defined in:
lib/markdown/merge/source_preserving_provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_byteObject (readonly)

Returns the value of attribute end_byte

Returns:

  • (Object)

    the current value of end_byte



139
140
141
# File 'lib/markdown/merge/source_preserving_provider.rb', line 139

def end_byte
  @end_byte
end

#fingerprintObject (readonly)

Returns the value of attribute fingerprint

Returns:

  • (Object)

    the current value of fingerprint



139
140
141
# File 'lib/markdown/merge/source_preserving_provider.rb', line 139

def fingerprint
  @fingerprint
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



139
140
141
# File 'lib/markdown/merge/source_preserving_provider.rb', line 139

def id
  @id
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



139
140
141
# File 'lib/markdown/merge/source_preserving_provider.rb', line 139

def role
  @role
end

#signatureObject (readonly)

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



139
140
141
# File 'lib/markdown/merge/source_preserving_provider.rb', line 139

def signature
  @signature
end

#source_textObject (readonly)

Returns the value of attribute source_text

Returns:

  • (Object)

    the current value of source_text



139
140
141
# File 'lib/markdown/merge/source_preserving_provider.rb', line 139

def source_text
  @source_text
end

#start_byteObject (readonly)

Returns the value of attribute start_byte

Returns:

  • (Object)

    the current value of start_byte



139
140
141
# File 'lib/markdown/merge/source_preserving_provider.rb', line 139

def start_byte
  @start_byte
end