Class: Ontrac::WebServices::Definitions::DeliveryData

Inherits:
Base
  • Object
show all
Defined in:
lib/ontrac/web_services/definitions/delivery_data.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

attr_accessor, attributes, basename, #to_xml

Instance Attribute Details

#addressObject

Returns the value of attribute address.



6
7
8
# File 'lib/ontrac/web_services/definitions/delivery_data.rb', line 6

def address
  @address
end

#address2Object

Returns the value of attribute address2.



7
8
9
# File 'lib/ontrac/web_services/definitions/delivery_data.rb', line 7

def address2
  @address2
end

#address3Object

Returns the value of attribute address3.



8
9
10
# File 'lib/ontrac/web_services/definitions/delivery_data.rb', line 8

def address3
  @address3
end

#cityObject

Returns the value of attribute city.



9
10
11
# File 'lib/ontrac/web_services/definitions/delivery_data.rb', line 9

def city
  @city
end

#contactObject

Returns the value of attribute contact.



13
14
15
# File 'lib/ontrac/web_services/definitions/delivery_data.rb', line 13

def contact
  @contact
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/ontrac/web_services/definitions/delivery_data.rb', line 5

def name
  @name
end

#phoneObject

Returns the value of attribute phone.



12
13
14
# File 'lib/ontrac/web_services/definitions/delivery_data.rb', line 12

def phone
  @phone
end

#stateObject

Returns the value of attribute state.



10
11
12
# File 'lib/ontrac/web_services/definitions/delivery_data.rb', line 10

def state
  @state
end

#zipObject

Returns the value of attribute zip.



11
12
13
# File 'lib/ontrac/web_services/definitions/delivery_data.rb', line 11

def zip
  @zip
end