Class: AdWords::V201003::BulkMutateJobService::Address
- Inherits:
-
Object
- Object
- AdWords::V201003::BulkMutateJobService::Address
- Defined in:
- lib/adwords4r/v201003/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.
896 897 898 899 900 901 902 903 904 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 896 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.
890 891 892 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 890 def cityName @cityName end |
#countryCode ⇒ Object
Returns the value of attribute countryCode.
894 895 896 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 894 def countryCode @countryCode end |
#postalCode ⇒ Object
Returns the value of attribute postalCode.
893 894 895 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 893 def postalCode @postalCode end |
#provinceCode ⇒ Object
Returns the value of attribute provinceCode.
891 892 893 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 891 def provinceCode @provinceCode end |
#provinceName ⇒ Object
Returns the value of attribute provinceName.
892 893 894 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 892 def provinceName @provinceName end |
#streetAddress ⇒ Object
Returns the value of attribute streetAddress.
888 889 890 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 888 def streetAddress @streetAddress end |
#streetAddress2 ⇒ Object
Returns the value of attribute streetAddress2.
889 890 891 |
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 889 def streetAddress2 @streetAddress2 end |