Class: Discogs::Search::Result

Inherits:
Resource
  • Object
show all
Defined in:
lib/wrapper/resources/search_result.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

#build!, #build_with_resp!, #initialize, #original_content

Methods included from ResourceMappings

included

Constructor Details

This class inherits a constructor from Discogs::Resource

Instance Attribute Details

#anvObject

Returns the value of attribute anv.



9
10
11
# File 'lib/wrapper/resources/search_result.rb', line 9

def anv
  @anv
end

#numObject

Returns the value of attribute num.



9
10
11
# File 'lib/wrapper/resources/search_result.rb', line 9

def num
  @num
end

#summaryObject

Returns the value of attribute summary.



9
10
11
# File 'lib/wrapper/resources/search_result.rb', line 9

def summary
  @summary
end

#titleObject

Returns the value of attribute title.



9
10
11
# File 'lib/wrapper/resources/search_result.rb', line 9

def title
  @title
end

#typeObject

Returns the value of attribute type.



9
10
11
# File 'lib/wrapper/resources/search_result.rb', line 9

def type
  @type
end

#uriObject

Returns the value of attribute uri.



9
10
11
# File 'lib/wrapper/resources/search_result.rb', line 9

def uri
  @uri
end