Class: Softlayer::Container::Dns::Domain::Registration::Contact

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/dns/domain/registration/contact.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

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

#address1Object

Returns the value of attribute address1.



7
8
9
# File 'lib/softlayer/container/dns/domain/registration/contact.rb', line 7

def address1
  @address1
end

#address2Object

Returns the value of attribute address2.



8
9
10
# File 'lib/softlayer/container/dns/domain/registration/contact.rb', line 8

def address2
  @address2
end

#address3Object

Returns the value of attribute address3.



9
10
11
# File 'lib/softlayer/container/dns/domain/registration/contact.rb', line 9

def address3
  @address3
end

#cityObject

Returns the value of attribute city.



10
11
12
# File 'lib/softlayer/container/dns/domain/registration/contact.rb', line 10

def city
  @city
end

#countryObject

Returns the value of attribute country.



11
12
13
# File 'lib/softlayer/container/dns/domain/registration/contact.rb', line 11

def country
  @country
end

#emailObject

Returns the value of attribute email.



12
13
14
# File 'lib/softlayer/container/dns/domain/registration/contact.rb', line 12

def email
  @email
end

#faxObject

Returns the value of attribute fax.



13
14
15
# File 'lib/softlayer/container/dns/domain/registration/contact.rb', line 13

def fax
  @fax
end

#first_nameObject

Returns the value of attribute first_name.



14
15
16
# File 'lib/softlayer/container/dns/domain/registration/contact.rb', line 14

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



15
16
17
# File 'lib/softlayer/container/dns/domain/registration/contact.rb', line 15

def last_name
  @last_name
end

#organization_nameObject

Returns the value of attribute organization_name.



16
17
18
# File 'lib/softlayer/container/dns/domain/registration/contact.rb', line 16

def organization_name
  @organization_name
end

#phoneObject

Returns the value of attribute phone.



17
18
19
# File 'lib/softlayer/container/dns/domain/registration/contact.rb', line 17

def phone
  @phone
end

#postal_codeObject

Returns the value of attribute postal_code.



18
19
20
# File 'lib/softlayer/container/dns/domain/registration/contact.rb', line 18

def postal_code
  @postal_code
end

#stateObject

Returns the value of attribute state.



19
20
21
# File 'lib/softlayer/container/dns/domain/registration/contact.rb', line 19

def state
  @state
end

#typeObject

Returns the value of attribute type.



20
21
22
# File 'lib/softlayer/container/dns/domain/registration/contact.rb', line 20

def type
  @type
end