Class: Softlayer::Account::Regional::Registry::Detail

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/account/regional/registry/detail.rb,
lib/softlayer/account/regional/registry/detail/type.rb,
lib/softlayer/account/regional/registry/detail/property.rb,
lib/softlayer/account/regional/registry/detail/version4.rb,
lib/softlayer/account/regional/registry/detail/property/type.rb,
lib/softlayer/account/regional/registry/detail/version4/person.rb,
lib/softlayer/account/regional/registry/detail/version4/person/default.rb

Direct Known Subclasses

Version4::Person::Default

Defined Under Namespace

Modules: Version4 Classes: Property, Representer, Type

Constant Summary collapse

SERVICE =
'SoftLayer_Account_Regional_Registry_Detail'

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

#accountObject

Returns the value of attribute account.



18
19
20
# File 'lib/softlayer/account/regional/registry/detail.rb', line 18

def 
  @account
end

#account_idObject

Returns the value of attribute account_id.



10
11
12
# File 'lib/softlayer/account/regional/registry/detail.rb', line 10

def 
  @account_id
end

#create_dateObject

Returns the value of attribute create_date.



11
12
13
# File 'lib/softlayer/account/regional/registry/detail.rb', line 11

def create_date
  @create_date
end

#detail_countObject

Returns the value of attribute detail_count.



16
17
18
# File 'lib/softlayer/account/regional/registry/detail.rb', line 16

def detail_count
  @detail_count
end

#detail_typeObject

Returns the value of attribute detail_type.



19
20
21
# File 'lib/softlayer/account/regional/registry/detail.rb', line 19

def detail_type
  @detail_type
end

#detail_type_idObject

Returns the value of attribute detail_type_id.



12
13
14
# File 'lib/softlayer/account/regional/registry/detail.rb', line 12

def detail_type_id
  @detail_type_id
end

#detailsObject

Returns the value of attribute details.



20
21
22
# File 'lib/softlayer/account/regional/registry/detail.rb', line 20

def details
  @details
end

#idObject

Returns the value of attribute id.



13
14
15
# File 'lib/softlayer/account/regional/registry/detail.rb', line 13

def id
  @id
end

#modify_dateObject

Returns the value of attribute modify_date.



14
15
16
# File 'lib/softlayer/account/regional/registry/detail.rb', line 14

def modify_date
  @modify_date
end

#propertiesObject

Returns the value of attribute properties.



21
22
23
# File 'lib/softlayer/account/regional/registry/detail.rb', line 21

def properties
  @properties
end

#property_countObject

Returns the value of attribute property_count.



17
18
19
# File 'lib/softlayer/account/regional/registry/detail.rb', line 17

def property_count
  @property_count
end

#regional_internet_registry_handleObject

Returns the value of attribute regional_internet_registry_handle.



22
23
24
# File 'lib/softlayer/account/regional/registry/detail.rb', line 22

def regional_internet_registry_handle
  @regional_internet_registry_handle
end

#regional_internet_registry_handle_idObject

Returns the value of attribute regional_internet_registry_handle_id.



15
16
17
# File 'lib/softlayer/account/regional/registry/detail.rb', line 15

def regional_internet_registry_handle_id
  @regional_internet_registry_handle_id
end

Class Method Details

.create_object(message) ⇒ Object

template_object



25
26
27
# File 'lib/softlayer/account/regional/registry/detail.rb', line 25

def self.create_object(message)
  request(:create_object, Softlayer::Account::Regional::Registry::Detail, message)
end

Instance Method Details

#delete_objectObject



29
30
31
# File 'lib/softlayer/account/regional/registry/detail.rb', line 29

def delete_object
  request(:delete_object, Boolean)
end

#edit_object(message) ⇒ Object

template_object



34
35
36
# File 'lib/softlayer/account/regional/registry/detail.rb', line 34

def edit_object(message)
  request(:edit_object, Boolean, message)
end

#get_accountObject



38
39
40
# File 'lib/softlayer/account/regional/registry/detail.rb', line 38

def 
  request(:get_account, Softlayer::Account)
end

#get_detail_typeObject



42
43
44
# File 'lib/softlayer/account/regional/registry/detail.rb', line 42

def get_detail_type
  request(:get_detail_type, Softlayer::Account::Regional::Registry::Detail::Type)
end

#get_detailsObject



46
47
48
# File 'lib/softlayer/account/regional/registry/detail.rb', line 46

def get_details
  request(:get_details, Array[Softlayer::Network::Subnet::Registration::Details])
end

#get_objectObject



50
51
52
# File 'lib/softlayer/account/regional/registry/detail.rb', line 50

def get_object
  request(:get_object, Softlayer::Account::Regional::Registry::Detail)
end

#get_propertiesObject



54
55
56
# File 'lib/softlayer/account/regional/registry/detail.rb', line 54

def get_properties
  request(:get_properties, Array[Softlayer::Account::Regional::Registry::Detail::Property])
end

#get_regional_internet_registry_handleObject



58
59
60
# File 'lib/softlayer/account/regional/registry/detail.rb', line 58

def get_regional_internet_registry_handle
  request(:get_regional_internet_registry_handle, Softlayer::Account::Rwhois::Handle)
end

#update_referenced_registrationsObject



62
63
64
# File 'lib/softlayer/account/regional/registry/detail.rb', line 62

def update_referenced_registrations
  request(:update_referenced_registrations, Softlayer::Container::Network::Subnet::Registration::TransactionDetails)
end