Class: Markdown::Merge::FileAnalysis::HtmlCommentOwner

Inherits:
Struct
  • Object
show all
Defined in:
lib/markdown/merge/file_analysis.rb

Instance Attribute Summary collapse

Instance Attribute Details

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



73
74
75
# File 'lib/markdown/merge/file_analysis.rb', line 73

def location
  @location
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



73
74
75
# File 'lib/markdown/merge/file_analysis.rb', line 73

def source
  @source
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



73
74
75
# File 'lib/markdown/merge/file_analysis.rb', line 73

def text
  @text
end