Class: Discogs::Search::Result
- Defined in:
- lib/wrapper/resources/search_result.rb
Instance Attribute Summary collapse
-
#anv ⇒ Object
Returns the value of attribute anv.
-
#num ⇒ Object
Returns the value of attribute num.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uri ⇒ Object
Returns the value of attribute uri.
Method Summary
Methods inherited from Resource
#build!, #build_with_resp!, #initialize, #original_content
Methods included from ResourceMappings
Constructor Details
This class inherits a constructor from Discogs::Resource
Instance Attribute Details
#anv ⇒ Object
Returns the value of attribute anv.
9 10 11 |
# File 'lib/wrapper/resources/search_result.rb', line 9 def anv @anv end |
#num ⇒ Object
Returns the value of attribute num.
9 10 11 |
# File 'lib/wrapper/resources/search_result.rb', line 9 def num @num end |
#summary ⇒ Object
Returns the value of attribute summary.
9 10 11 |
# File 'lib/wrapper/resources/search_result.rb', line 9 def summary @summary end |
#title ⇒ Object
Returns the value of attribute title.
9 10 11 |
# File 'lib/wrapper/resources/search_result.rb', line 9 def title @title end |
#type ⇒ Object
Returns the value of attribute type.
9 10 11 |
# File 'lib/wrapper/resources/search_result.rb', line 9 def type @type end |
#uri ⇒ Object
Returns the value of attribute uri.
9 10 11 |
# File 'lib/wrapper/resources/search_result.rb', line 9 def uri @uri end |