Sha256: 1272ee5051ff4367923cb0f2eb61008026f5750064fe05b960755261875405c5

Contents?: true

Size: 418 Bytes

Versions: 7

Compression:

Stored size: 418 Bytes

Contents

Remixr.api_key = 'OU812' # get yours from http://remix.bestbuy.com/apps/register
client = Remixr::Client.new

# find stores within 50 miles of ZIP 76227 and products over three G's
stores = client.stores({:area => ['76227', 50]}).products({:salePrice => {'$gt' => 3000}}).fetch.stores
stores.first.products.first.shortDescription
#=> "ENERGY STAR Qualified 4 HDMI inputs; gray Touch of Color bezel; 16:9 aspect ratio"

Version data entries

7 entries across 7 versions & 5 rubygems

Version Path
squeejee-remixr-0.1.0 examples/chaining.rb
remixr-prashanth-0.1.1 examples/chaining.rb
reenhanced-remixr-0.1.0 examples/chaining.rb
obitum-remixr-0.1.3 examples/chaining.rb
obitum-remixr-0.1.2 examples/chaining.rb
obitum-remixr-0.1.0 examples/chaining.rb
remixr-0.1.0 examples/chaining.rb