Class: Glean::Source::Contrib::SearchResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/glean/source/contrib.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



5
6
7
# File 'lib/glean/source/contrib.rb', line 5

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/glean/source/contrib.rb', line 5

def name
  @name
end