module Binlist

Constants

VERSION

Public Class Methods

find(bin) click to toggle source

This is called to find a Bin

@params bin [string] @return [Net::HTTPResponse] A subclass of Net::HTTPResponse, e.g. Net::HTTPOK

# File lib/binlist.rb, line 12
def self.find(bin)
        get("/json/#{bin}")
end