Class: Softlayer::Brand::Contact

Inherits:
Entity show all
Defined in:
lib/softlayer/brand/contact.rb,
lib/softlayer/brand/contact/type.rb

Defined Under Namespace

Classes: Representer, Type

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.



5
6
7
# File 'lib/softlayer/brand/contact.rb', line 5

def address1
  @address1
end

#address2Object

Returns the value of attribute address2.



6
7
8
# File 'lib/softlayer/brand/contact.rb', line 6

def address2
  @address2
end

#alternate_phoneObject

Returns the value of attribute alternate_phone.



7
8
9
# File 'lib/softlayer/brand/contact.rb', line 7

def alternate_phone
  @alternate_phone
end

#brandObject

Returns the value of attribute brand.



18
19
20
# File 'lib/softlayer/brand/contact.rb', line 18

def brand
  @brand
end

#brand_contact_typeObject

Returns the value of attribute brand_contact_type.



19
20
21
# File 'lib/softlayer/brand/contact.rb', line 19

def brand_contact_type
  @brand_contact_type
end

#brand_contact_type_idObject

Returns the value of attribute brand_contact_type_id.



8
9
10
# File 'lib/softlayer/brand/contact.rb', line 8

def brand_contact_type_id
  @brand_contact_type_id
end

#cityObject

Returns the value of attribute city.



9
10
11
# File 'lib/softlayer/brand/contact.rb', line 9

def city
  @city
end

#countryObject

Returns the value of attribute country.



10
11
12
# File 'lib/softlayer/brand/contact.rb', line 10

def country
  @country
end

#emailObject

Returns the value of attribute email.



11
12
13
# File 'lib/softlayer/brand/contact.rb', line 11

def email
  @email
end

#fax_phoneObject

Returns the value of attribute fax_phone.



12
13
14
# File 'lib/softlayer/brand/contact.rb', line 12

def fax_phone
  @fax_phone
end

#first_nameObject

Returns the value of attribute first_name.



13
14
15
# File 'lib/softlayer/brand/contact.rb', line 13

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



14
15
16
# File 'lib/softlayer/brand/contact.rb', line 14

def last_name
  @last_name
end

#office_phoneObject

Returns the value of attribute office_phone.



15
16
17
# File 'lib/softlayer/brand/contact.rb', line 15

def office_phone
  @office_phone
end

#postal_codeObject

Returns the value of attribute postal_code.



16
17
18
# File 'lib/softlayer/brand/contact.rb', line 16

def postal_code
  @postal_code
end

#stateObject

Returns the value of attribute state.



17
18
19
# File 'lib/softlayer/brand/contact.rb', line 17

def state
  @state
end