class Softlayer::Utility::Network

Constants

SERVICE

Public Class Methods

ns_lookup(message) click to toggle source

address type

# File lib/softlayer/utility/network.rb, line 8
def self.ns_lookup(message)
  request(:ns_lookup, String, message)
end
whois(message) click to toggle source

address

# File lib/softlayer/utility/network.rb, line 13
def self.whois(message)
  request(:whois, String, message)
end