Class: Softlayer::Container::Product::Order::Attribute::Contact

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/product/order/attribute/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

#addressObject

Returns the value of attribute address.



7
8
9
# File 'lib/softlayer/container/product/order/attribute/contact.rb', line 7

def address
  @address
end

#email_addressObject

Returns the value of attribute email_address.



8
9
10
# File 'lib/softlayer/container/product/order/attribute/contact.rb', line 8

def email_address
  @email_address
end

#fax_numberObject

Returns the value of attribute fax_number.



9
10
11
# File 'lib/softlayer/container/product/order/attribute/contact.rb', line 9

def fax_number
  @fax_number
end

#first_nameObject

Returns the value of attribute first_name.



10
11
12
# File 'lib/softlayer/container/product/order/attribute/contact.rb', line 10

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



11
12
13
# File 'lib/softlayer/container/product/order/attribute/contact.rb', line 11

def last_name
  @last_name
end

#organization_nameObject

Returns the value of attribute organization_name.



12
13
14
# File 'lib/softlayer/container/product/order/attribute/contact.rb', line 12

def organization_name
  @organization_name
end

#phone_numberObject

Returns the value of attribute phone_number.



13
14
15
# File 'lib/softlayer/container/product/order/attribute/contact.rb', line 13

def phone_number
  @phone_number
end

#titleObject

Returns the value of attribute title.



14
15
16
# File 'lib/softlayer/container/product/order/attribute/contact.rb', line 14

def title
  @title
end