Class: AdWords::V200909::BulkMutateJobService::Address
- Inherits:
-
Object
- Object
- AdWords::V200909::BulkMutateJobService::Address
- Defined in:
- lib/adwords4r/v200909/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.
695 696 697 698 699 700 701 702 703 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 695 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.
689 690 691 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 689 def cityName @cityName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
693 694 695 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 693 def countryCode @countryCode end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
692 693 694 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 692 def postalCode @postalCode end |
#provinceCode ⇒ Object
Returns the value of attribute provinceCode.
690 691 692 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 690 def provinceCode @provinceCode end |
#provinceName ⇒ Object
Returns the value of attribute provinceName.
691 692 693 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 691 def provinceName @provinceName end |
#streetAddress ⇒ Object
Returns the value of attribute streetAddress.
687 688 689 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 687 def streetAddress @streetAddress end |
#streetAddress2 ⇒ Object
Returns the value of attribute streetAddress2.
688 689 690 |
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 688 def streetAddress2 @streetAddress2 end |