Class: Softlayer::Container::Product::Order::Attribute::Organization

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

def address
  @address
end

#fax_numberObject

Returns the value of attribute fax_number.



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

def fax_number
  @fax_number
end

#organization_nameObject

Returns the value of attribute organization_name.



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

def organization_name
  @organization_name
end

#phone_numberObject

Returns the value of attribute phone_number.



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

def phone_number
  @phone_number
end