Class: AdWords::V200909::BulkMutateJobService::Address

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

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.



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

#cityNameObject

Returns the value of attribute cityName.



689
690
691
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 689

def cityName
  @cityName
end

#countryCodeObject

Returns the value of attribute countryCode.



693
694
695
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 693

def countryCode
  @countryCode
end

#postalCodeObject

Returns the value of attribute postalCode.



692
693
694
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 692

def postalCode
  @postalCode
end

#provinceCodeObject

Returns the value of attribute provinceCode.



690
691
692
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 690

def provinceCode
  @provinceCode
end

#provinceNameObject

Returns the value of attribute provinceName.



691
692
693
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 691

def provinceName
  @provinceName
end

#streetAddressObject

Returns the value of attribute streetAddress.



687
688
689
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 687

def streetAddress
  @streetAddress
end

#streetAddress2Object

Returns the value of attribute streetAddress2.



688
689
690
# File 'lib/adwords4r/v200909/BulkMutateJobService.rb', line 688

def streetAddress2
  @streetAddress2
end