Class: Rakumarket::GenreSearchClient
- Defined in:
- lib/rakumarket/client.rb
Constant Summary collapse
- OPERATION =
"GenreSearch"
- VERSION =
"2007-04-11"
Instance Attribute Summary
Attributes inherited from Client
Instance Method Summary collapse
Methods inherited from Client
Methods included from SpitterMethods
extended, #inspect_options, #parameter, #parameters, #parse, #rules
Constructor Details
This class inherits a constructor from Rakumarket::Client
Instance Method Details
#request ⇒ Object
127 128 129 130 131 |
# File 'lib/rakumarket/client.rb', line 127 def request response = super response = response.dup['Body']['GenreSearch'] if response['Body'] GenreFamily.parse(response) end |