class Spyse::Client::AS

Public Instance Methods

get(asn) click to toggle source

Lists AS

@see spyse.com/api#/as/as

@return [Hash]

# File lib/spyse/clients/as.rb, line 13
def get(asn)
  _get("/as/#{asn}") { |json| json }
end