Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lobbyist-ruby / lib / lobbyist / v2 / zipcode.rb
Size: Mime:
module Lobbyist
  module V2
    class Zipcode < Lobbyist::V2::HashieBase
      attr_accessor :zipcode, :customer_count

      def self.list(params = {})
        create_response(get('/v2/zipcodes.json', params))
      end
    end
  end
end