Class: AdWords::V201003::BulkMutateJobService::Address

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

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.



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

#cityNameObject

Returns the value of attribute cityName.



890
891
892
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 890

def cityName
  @cityName
end

#countryCodeObject

Returns the value of attribute countryCode.



894
895
896
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 894

def countryCode
  @countryCode
end

#postalCodeObject

Returns the value of attribute postalCode.



893
894
895
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 893

def postalCode
  @postalCode
end

#provinceCodeObject

Returns the value of attribute provinceCode.



891
892
893
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 891

def provinceCode
  @provinceCode
end

#provinceNameObject

Returns the value of attribute provinceName.



892
893
894
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 892

def provinceName
  @provinceName
end

#streetAddressObject

Returns the value of attribute streetAddress.



888
889
890
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 888

def streetAddress
  @streetAddress
end

#streetAddress2Object

Returns the value of attribute streetAddress2.



889
890
891
# File 'lib/adwords4r/v201003/BulkMutateJobService.rb', line 889

def streetAddress2
  @streetAddress2
end