Class: SI::CopyScape::Match
- Inherits:
-
Struct
- Object
- Struct
- SI::CopyScape::Match
- Defined in:
- lib/copyscape.rb
Overview
Data Structures used for responses to the public interface
Instance Attribute Summary collapse
-
#copyscape_url ⇒ Object
Returns the value of attribute copyscape_url.
-
#html_snippet ⇒ Object
Returns the value of attribute html_snippet.
-
#percent_matched ⇒ Object
Returns the value of attribute percent_matched.
-
#text_snippet ⇒ Object
Returns the value of attribute text_snippet.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
-
#words_matched ⇒ Object
Returns the value of attribute words_matched.
Instance Attribute Details
#copyscape_url ⇒ Object
Returns the value of attribute copyscape_url
5 6 7 |
# File 'lib/copyscape.rb', line 5 def copyscape_url @copyscape_url end |
#html_snippet ⇒ Object
Returns the value of attribute html_snippet
5 6 7 |
# File 'lib/copyscape.rb', line 5 def html_snippet @html_snippet end |
#percent_matched ⇒ Object
Returns the value of attribute percent_matched
5 6 7 |
# File 'lib/copyscape.rb', line 5 def percent_matched @percent_matched end |
#text_snippet ⇒ Object
Returns the value of attribute text_snippet
5 6 7 |
# File 'lib/copyscape.rb', line 5 def text_snippet @text_snippet end |
#title ⇒ Object
Returns the value of attribute title
5 6 7 |
# File 'lib/copyscape.rb', line 5 def title @title end |
#url ⇒ Object
Returns the value of attribute url
5 6 7 |
# File 'lib/copyscape.rb', line 5 def url @url end |
#words_matched ⇒ Object
Returns the value of attribute words_matched
5 6 7 |
# File 'lib/copyscape.rb', line 5 def words_matched @words_matched end |