Class: SI::CopyScape::Match

Inherits:
Struct
  • Object
show all
Defined in:
lib/copyscape.rb

Overview

Data Structures used for responses to the public interface

Instance Attribute Summary collapse

Instance Attribute Details

#copyscape_urlObject

Returns the value of attribute copyscape_url

Returns:

  • (Object)

    the current value of copyscape_url



5
6
7
# File 'lib/copyscape.rb', line 5

def copyscape_url
  @copyscape_url
end

#html_snippetObject

Returns the value of attribute html_snippet

Returns:

  • (Object)

    the current value of html_snippet



5
6
7
# File 'lib/copyscape.rb', line 5

def html_snippet
  @html_snippet
end

#percent_matchedObject

Returns the value of attribute percent_matched

Returns:

  • (Object)

    the current value of percent_matched



5
6
7
# File 'lib/copyscape.rb', line 5

def percent_matched
  @percent_matched
end

#text_snippetObject

Returns the value of attribute text_snippet

Returns:

  • (Object)

    the current value of text_snippet



5
6
7
# File 'lib/copyscape.rb', line 5

def text_snippet
  @text_snippet
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



5
6
7
# File 'lib/copyscape.rb', line 5

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



5
6
7
# File 'lib/copyscape.rb', line 5

def url
  @url
end

#words_matchedObject

Returns the value of attribute words_matched

Returns:

  • (Object)

    the current value of words_matched



5
6
7
# File 'lib/copyscape.rb', line 5

def words_matched
  @words_matched
end