Class: Softlayer::Brand::Contact
- Defined in:
- lib/softlayer/brand/contact.rb,
lib/softlayer/brand/contact/type.rb
Defined Under Namespace
Classes: Representer, Type
Instance Attribute Summary collapse
-
#address1 ⇒ Object
Returns the value of attribute address1.
-
#address2 ⇒ Object
Returns the value of attribute address2.
-
#alternate_phone ⇒ Object
Returns the value of attribute alternate_phone.
-
#brand ⇒ Object
Returns the value of attribute brand.
-
#brand_contact_type ⇒ Object
Returns the value of attribute brand_contact_type.
-
#brand_contact_type_id ⇒ Object
Returns the value of attribute brand_contact_type_id.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#email ⇒ Object
Returns the value of attribute email.
-
#fax_phone ⇒ Object
Returns the value of attribute fax_phone.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#office_phone ⇒ Object
Returns the value of attribute office_phone.
-
#postal_code ⇒ Object
Returns the value of attribute postal_code.
-
#state ⇒ Object
Returns the value of attribute state.
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
#address1 ⇒ Object
Returns the value of attribute address1.
5 6 7 |
# File 'lib/softlayer/brand/contact.rb', line 5 def address1 @address1 end |
#address2 ⇒ Object
Returns the value of attribute address2.
6 7 8 |
# File 'lib/softlayer/brand/contact.rb', line 6 def address2 @address2 end |
#alternate_phone ⇒ Object
Returns the value of attribute alternate_phone.
7 8 9 |
# File 'lib/softlayer/brand/contact.rb', line 7 def alternate_phone @alternate_phone end |
#brand ⇒ Object
Returns the value of attribute brand.
18 19 20 |
# File 'lib/softlayer/brand/contact.rb', line 18 def brand @brand end |
#brand_contact_type ⇒ Object
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_id ⇒ Object
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 |
#city ⇒ Object
Returns the value of attribute city.
9 10 11 |
# File 'lib/softlayer/brand/contact.rb', line 9 def city @city end |
#country ⇒ Object
Returns the value of attribute country.
10 11 12 |
# File 'lib/softlayer/brand/contact.rb', line 10 def country @country end |
#email ⇒ Object
Returns the value of attribute email.
11 12 13 |
# File 'lib/softlayer/brand/contact.rb', line 11 def email @email end |
#fax_phone ⇒ Object
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_name ⇒ Object
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_name ⇒ Object
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_phone ⇒ Object
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_code ⇒ Object
Returns the value of attribute postal_code.
16 17 18 |
# File 'lib/softlayer/brand/contact.rb', line 16 def postal_code @postal_code end |
#state ⇒ Object
Returns the value of attribute state.
17 18 19 |
# File 'lib/softlayer/brand/contact.rb', line 17 def state @state end |