Class: Softlayer::Network::Subnet::Registration::Details
- Defined in:
- lib/softlayer/network/subnet/registration/details.rb
Defined Under Namespace
Classes: Representer
Constant Summary collapse
- SERVICE =
'SoftLayer_Network_Subnet_Registration_Details'
Instance Attribute Summary collapse
-
#create_date ⇒ Object
Returns the value of attribute create_date.
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#detail_id ⇒ Object
Returns the value of attribute detail_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#modify_date ⇒ Object
Returns the value of attribute modify_date.
-
#registration ⇒ Object
Returns the value of attribute registration.
-
#registration_id ⇒ Object
Returns the value of attribute registration_id.
Class Method Summary collapse
-
.create_object(message) ⇒ Object
template_object.
Instance Method Summary collapse
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
Instance Attribute Details
#create_date ⇒ Object
Returns the value of attribute create_date.
7 8 9 |
# File 'lib/softlayer/network/subnet/registration/details.rb', line 7 def create_date @create_date end |
#detail ⇒ Object
Returns the value of attribute detail.
12 13 14 |
# File 'lib/softlayer/network/subnet/registration/details.rb', line 12 def detail @detail end |
#detail_id ⇒ Object
Returns the value of attribute detail_id.
8 9 10 |
# File 'lib/softlayer/network/subnet/registration/details.rb', line 8 def detail_id @detail_id end |
#id ⇒ Object
Returns the value of attribute id.
9 10 11 |
# File 'lib/softlayer/network/subnet/registration/details.rb', line 9 def id @id end |
#modify_date ⇒ Object
Returns the value of attribute modify_date.
10 11 12 |
# File 'lib/softlayer/network/subnet/registration/details.rb', line 10 def modify_date @modify_date end |
#registration ⇒ Object
Returns the value of attribute registration.
13 14 15 |
# File 'lib/softlayer/network/subnet/registration/details.rb', line 13 def registration @registration end |
#registration_id ⇒ Object
Returns the value of attribute registration_id.
11 12 13 |
# File 'lib/softlayer/network/subnet/registration/details.rb', line 11 def registration_id @registration_id end |
Class Method Details
.create_object(message) ⇒ Object
template_object
16 17 18 |
# File 'lib/softlayer/network/subnet/registration/details.rb', line 16 def self.create_object() request(:create_object, Softlayer::Network::Subnet::Registration::Details, ) end |
Instance Method Details
#delete_object ⇒ Object
20 21 22 |
# File 'lib/softlayer/network/subnet/registration/details.rb', line 20 def delete_object request(:delete_object, Boolean) end |
#get_detail ⇒ Object
24 25 26 |
# File 'lib/softlayer/network/subnet/registration/details.rb', line 24 def get_detail request(:get_detail, Softlayer::Account::Regional::Registry::Detail) end |
#get_object ⇒ Object
28 29 30 |
# File 'lib/softlayer/network/subnet/registration/details.rb', line 28 def get_object request(:get_object, Softlayer::Network::Subnet::Registration::Details) end |
#get_registration ⇒ Object
32 33 34 |
# File 'lib/softlayer/network/subnet/registration/details.rb', line 32 def get_registration request(:get_registration, Softlayer::Network::Subnet::Registration) end |