Class: Softlayer::Container::Product::Order::Attribute::Address

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

#address_line1Object

Returns the value of attribute address_line1.



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

def address_line1
  @address_line1
end

#address_line2Object

Returns the value of attribute address_line2.



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

def address_line2
  @address_line2
end

#cityObject

Returns the value of attribute city.



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

def city
  @city
end

#country_codeObject

Returns the value of attribute country_code.



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

def country_code
  @country_code
end

#non_us_stateObject

Returns the value of attribute non_us_state.



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

def non_us_state
  @non_us_state
end

#postal_codeObject

Returns the value of attribute postal_code.



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

def postal_code
  @postal_code
end

#stateObject

Returns the value of attribute state.



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

def state
  @state
end