Class: EBay::NonProfitAddressType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsNonProfitAddressType

addressLine1 - SOAP::SOAPString
addressLine2 - SOAP::SOAPString
city - SOAP::SOAPString
state - SOAP::SOAPString
zipCode - SOAP::SOAPString
latitude - SOAP::SOAPDecimal
longitude - SOAP::SOAPDecimal
addressType - EBay::AddressTypeCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(addressLine1 = nil, addressLine2 = nil, city = nil, state = nil, zipCode = nil, latitude = nil, longitude = nil, addressType = nil) ⇒ NonProfitAddressType

Returns a new instance of NonProfitAddressType.



27878
27879
27880
27881
27882
27883
27884
27885
27886
27887
27888
# File 'lib/eBay.rb', line 27878

def initialize(addressLine1 = nil, addressLine2 = nil, city = nil, state = nil, zipCode = nil, latitude = nil, longitude = nil, addressType = nil)
  @addressLine1 = addressLine1
  @addressLine2 = addressLine2
  @city = city
  @state = state
  @zipCode = zipCode
  @latitude = latitude
  @longitude = longitude
  @addressType = addressType
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



27872
27873
27874
# File 'lib/eBay.rb', line 27872

def __xmlele_any
  @__xmlele_any
end

#addressLine1Object

Returns the value of attribute addressLine1.



27864
27865
27866
# File 'lib/eBay.rb', line 27864

def addressLine1
  @addressLine1
end

#addressLine2Object

Returns the value of attribute addressLine2.



27865
27866
27867
# File 'lib/eBay.rb', line 27865

def addressLine2
  @addressLine2
end

#addressTypeObject

Returns the value of attribute addressType.



27871
27872
27873
# File 'lib/eBay.rb', line 27871

def addressType
  @addressType
end

#cityObject

Returns the value of attribute city.



27866
27867
27868
# File 'lib/eBay.rb', line 27866

def city
  @city
end

#latitudeObject

Returns the value of attribute latitude.



27869
27870
27871
# File 'lib/eBay.rb', line 27869

def latitude
  @latitude
end

#longitudeObject

Returns the value of attribute longitude.



27870
27871
27872
# File 'lib/eBay.rb', line 27870

def longitude
  @longitude
end

#stateObject

Returns the value of attribute state.



27867
27868
27869
# File 'lib/eBay.rb', line 27867

def state
  @state
end

#zipCodeObject

Returns the value of attribute zipCode.



27868
27869
27870
# File 'lib/eBay.rb', line 27868

def zipCode
  @zipCode
end

Instance Method Details

#set_any(elements) ⇒ Object



27874
27875
27876
# File 'lib/eBay.rb', line 27874

def set_any(elements)
  @__xmlele_any = elements
end