Class: SI::CopyScape::PrivateIndex
- Inherits:
-
Struct
- Object
- Struct
- SI::CopyScape::PrivateIndex
- Defined in:
- lib/copyscape.rb
Instance Attribute Summary collapse
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#id ⇒ Object
Returns the value of attribute id.
-
#title ⇒ Object
Returns the value of attribute title.
-
#words ⇒ Object
Returns the value of attribute words.
Instance Attribute Details
#handle ⇒ Object
Returns the value of attribute handle
7 8 9 |
# File 'lib/copyscape.rb', line 7 def handle @handle end |
#id ⇒ Object
Returns the value of attribute id
7 8 9 |
# File 'lib/copyscape.rb', line 7 def id @id end |
#title ⇒ Object
Returns the value of attribute title
7 8 9 |
# File 'lib/copyscape.rb', line 7 def title @title end |
#words ⇒ Object
Returns the value of attribute words
7 8 9 |
# File 'lib/copyscape.rb', line 7 def words @words end |