Class: Markdown::Merge::SourcePreservingProvider::Document

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

Instance Attribute Summary collapse

Instance Attribute Details

#by_idObject (readonly)

Returns the value of attribute by_id

Returns:

  • (Object)

    the current value of by_id



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

def by_id
  @by_id
end

#ownersObject (readonly)

Returns the value of attribute owners

Returns:

  • (Object)

    the current value of owners



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

def owners
  @owners
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



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

def role
  @role
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



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

def source
  @source
end