Class: AdWords::V201008::BulkMutateJobService::Address

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#cityNameObject

Returns the value of attribute cityName.



1067
1068
1069
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1067

def cityName
  @cityName
end

#countryCodeObject

Returns the value of attribute countryCode.



1071
1072
1073
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1071

def countryCode
  @countryCode
end

#postalCodeObject

Returns the value of attribute postalCode.



1070
1071
1072
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1070

def postalCode
  @postalCode
end

#provinceCodeObject

Returns the value of attribute provinceCode.



1068
1069
1070
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1068

def provinceCode
  @provinceCode
end

#provinceNameObject

Returns the value of attribute provinceName.



1069
1070
1071
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1069

def provinceName
  @provinceName
end

#streetAddressObject

Returns the value of attribute streetAddress.



1065
1066
1067
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1065

def streetAddress
  @streetAddress
end

#streetAddress2Object

Returns the value of attribute streetAddress2.



1066
1067
1068
# File 'lib/adwords4r/v201008/BulkMutateJobService.rb', line 1066

def streetAddress2
  @streetAddress2
end