Class: Softlayer::Network::Subnet::Registration::Details

Inherits:
Entity
  • Object
show all
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

Class Method Summary collapse

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_dateObject

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

#detailObject

Returns the value of attribute detail.



12
13
14
# File 'lib/softlayer/network/subnet/registration/details.rb', line 12

def detail
  @detail
end

#detail_idObject

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

#idObject

Returns the value of attribute id.



9
10
11
# File 'lib/softlayer/network/subnet/registration/details.rb', line 9

def id
  @id
end

#modify_dateObject

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

#registrationObject

Returns the value of attribute registration.



13
14
15
# File 'lib/softlayer/network/subnet/registration/details.rb', line 13

def registration
  @registration
end

#registration_idObject

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(message)
  request(:create_object, Softlayer::Network::Subnet::Registration::Details, message)
end

Instance Method Details

#delete_objectObject



20
21
22
# File 'lib/softlayer/network/subnet/registration/details.rb', line 20

def delete_object
  request(:delete_object, Boolean)
end

#get_detailObject



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_objectObject



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_registrationObject



32
33
34
# File 'lib/softlayer/network/subnet/registration/details.rb', line 32

def get_registration
  request(:get_registration, Softlayer::Network::Subnet::Registration)
end