Class: Softlayer::Utility::Network
- Defined in:
- lib/softlayer/utility/network.rb
Defined Under Namespace
Classes: Representer
Constant Summary collapse
- SERVICE =
'SoftLayer_Utility_Network'
Class Method Summary collapse
-
.ns_lookup(message) ⇒ Object
address type.
-
.whois(message) ⇒ Object
address.
Methods inherited from Model
all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer
Methods included from Model::Operations
extended, #filter, included, #limit, #mask, #request_headers
Class Method Details
.ns_lookup(message) ⇒ Object
address type
8 9 10 |
# File 'lib/softlayer/utility/network.rb', line 8 def self.ns_lookup() request(:ns_lookup, String, ) end |
.whois(message) ⇒ Object
address
13 14 15 |
# File 'lib/softlayer/utility/network.rb', line 13 def self.whois() request(:whois, String, ) end |