class Softlayer::Network::Subnet::Rwhois::Data
Constants
- SERVICE
Attributes
abuse_email[RW]
account[RW]
account_id[RW]
address1[RW]
address2[RW]
city[RW]
company_name[RW]
country[RW]
create_date[RW]
first_name[RW]
id[RW]
last_name[RW]
modify_date[RW]
postal_code[RW]
private_residence_flag[RW]
state[RW]
Public Instance Methods
edit_object(message)
click to toggle source
template_object
# File lib/softlayer/network/subnet/rwhois/data.rb, line 25 def edit_object(message) request(:edit_object, Boolean, message) end
get_account()
click to toggle source
# File lib/softlayer/network/subnet/rwhois/data.rb, line 29 def get_account request(:get_account, Softlayer::Account) end
get_object()
click to toggle source
# File lib/softlayer/network/subnet/rwhois/data.rb, line 33 def get_object request(:get_object, Softlayer::Network::Subnet::Rwhois::Data) end