Class: Cnf::TestCatalog
- Inherits:
-
Object
- Object
- Cnf::TestCatalog
- Defined in:
- lib/cnf/catalog.rb
Class Method Summary collapse
Class Method Details
.call ⇒ Object
192 193 194 195 196 197 198 199 200 201 202 |
# File 'lib/cnf/catalog.rb', line 192 def self.call Catalog.new( marketplace: { country_code: "US", currency_code: "USD", hostname: "www.amazon.com", language_code: "en" }, merchant_id: "A2R2OHJS21PGNN" ) end |