Class: Ruri::Search::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



8
9
10
# File 'lib/ruri/search.rb', line 8

def summary
  @summary
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



8
9
10
# File 'lib/ruri/search.rb', line 8

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



8
9
10
# File 'lib/ruri/search.rb', line 8

def url
  @url
end