Repository URL to install this package:
Version:
0.8.93 ▾
|
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