Sha256: 4401b8c98a48bdfeb0cbffae780e6b42ddcacc52d47240e187bef1fd19b9abbd

Contents?: true

Size: 290 Bytes

Versions: 10

Compression:

Stored size: 290 Bytes

Contents

module Rentjuicer
  class Neighborhoods
    
    attr_accessor :client, :resource
    
    def initialize(client)
      self.client = client
      self.resource = "/neighborhoods.json"
    end
    
    def find_all
      Response.new(self.client.class.get(resource))
    end
    
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rentjuicer-0.5.1 lib/rentjuicer/neighborhoods.rb
rentjuicer-0.5.0 lib/rentjuicer/neighborhoods.rb
rentjuicer-0.4.4 lib/rentjuicer/neighborhoods.rb
rentjuicer-0.4.3 lib/rentjuicer/neighborhoods.rb
rentjuicer-0.4.2 lib/rentjuicer/neighborhoods.rb
rentjuicer-0.4.1 lib/rentjuicer/neighborhoods.rb
rentjuicer-0.4.0 lib/rentjuicer/neighborhoods.rb
rentjuicer-0.3.0 lib/rentjuicer/neighborhoods.rb
rentjuicer-0.2.1 lib/rentjuicer/neighborhoods.rb
rentjuicer-0.2.0 lib/rentjuicer/neighborhoods.rb