Class: Ruri::Search::Result
- Inherits:
-
Struct
- Object
- Struct
- Ruri::Search::Result
- Defined in:
- lib/ruri/search.rb
Instance Attribute Summary collapse
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#summary ⇒ Object
Returns the value of attribute summary
8 9 10 |
# File 'lib/ruri/search.rb', line 8 def summary @summary end |
#title ⇒ Object
Returns the value of attribute title
8 9 10 |
# File 'lib/ruri/search.rb', line 8 def title @title end |
#url ⇒ Object
Returns the value of attribute url
8 9 10 |
# File 'lib/ruri/search.rb', line 8 def url @url end |