Class: AdWords::V201008::BulkMutateJobService::Address
- Inherits:
-
Object
- Object
- AdWords::V201008::BulkMutateJobService::Address
- Defined in:
- lib/adwords4r/v201008/BulkMutateJobService.rb
Overview
Address
-
streetAddress - SOAP::SOAPString
-
streetAddress2 - SOAP::SOAPString
-
cityName - SOAP::SOAPString
-
provinceCode - SOAP::SOAPString
-
provinceName - SOAP::SOAPString
-
postalCode - SOAP::SOAPString
-
countryCode - SOAP::SOAPString
Instance Attribute Summary collapse
-
#cityName ⇒ Object
Returns the value of attribute cityName.
-
#countryCode ⇒ Object
Returns the value of attribute countryCode.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#provinceCode ⇒ Object
Returns the value of attribute provinceCode.
-
#provinceName ⇒ Object
Returns the value of attribute provinceName.
-
#streetAddress ⇒ Object
Returns the value of attribute streetAddress.
-
#streetAddress2 ⇒ Object
Returns the value of attribute streetAddress2.
Instance Method Summary collapse
-
#initialize(streetAddress = nil, streetAddress2 = nil, cityName = nil, provinceCode = nil, provinceName = nil, postalCode = nil, countryCode = nil) ⇒ Address
constructor
A new instance of Address.
Constructor Details
#initialize(streetAddress = nil, streetAddress2 = nil, cityName = nil, provinceCode = nil, provinceName = nil, postalCode = nil, countryCode = nil) ⇒ Address
Returns a new instance of Address.
1073 1074 1075 1076 1077 1078 1079 1080 1081 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1073 def initialize(streetAddress = nil, streetAddress2 = nil, cityName = nil, provinceCode = nil, provinceName = nil, postalCode = nil, countryCode = nil) @streetAddress = streetAddress @streetAddress2 = streetAddress2 @cityName = cityName @provinceCode = provinceCode @provinceName = provinceName @postalCode = postalCode @countryCode = countryCode end |
Instance Attribute Details
#cityName ⇒ Object
Returns the value of attribute cityName.
1067 1068 1069 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1067 def cityName @cityName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
1071 1072 1073 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1071 def countryCode @countryCode end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
1070 1071 1072 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1070 def postalCode @postalCode end |
#provinceCode ⇒ Object
Returns the value of attribute provinceCode.
1068 1069 1070 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1068 def provinceCode @provinceCode end |
#provinceName ⇒ Object
Returns the value of attribute provinceName.
1069 1070 1071 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1069 def provinceName @provinceName end |
#streetAddress ⇒ Object
Returns the value of attribute streetAddress.
1065 1066 1067 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1065 def streetAddress @streetAddress end |
#streetAddress2 ⇒ Object
Returns the value of attribute streetAddress2.
1066 1067 1068 |
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1066 def streetAddress2 @streetAddress2 end |