Class: VATDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsVATDetailsType

Constant Summary collapse

@@schema_type =
"VATDetailsType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["businessSeller", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "BusinessSeller")]],
["restrictedToBusiness", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "RestrictedToBusiness")]],
["vATPercent", ["SOAP::SOAPFloat", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "VATPercent")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(businessSeller = nil, restrictedToBusiness = nil, vATPercent = nil) ⇒ VATDetailsType

Returns a new instance of VATDetailsType.



18838
18839
18840
18841
18842
18843
# File 'lib/eBay.rb', line 18838

def initialize(businessSeller = nil, restrictedToBusiness = nil, vATPercent = nil)
  @businessSeller = businessSeller
  @restrictedToBusiness = restrictedToBusiness
  @vATPercent = vATPercent
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18832
18833
18834
# File 'lib/eBay.rb', line 18832

def __xmlele_any
  @__xmlele_any
end

#businessSellerObject

Returns the value of attribute businessSeller.



18829
18830
18831
# File 'lib/eBay.rb', line 18829

def businessSeller
  @businessSeller
end

#restrictedToBusinessObject

Returns the value of attribute restrictedToBusiness.



18830
18831
18832
# File 'lib/eBay.rb', line 18830

def restrictedToBusiness
  @restrictedToBusiness
end

#vATPercentObject

Returns the value of attribute vATPercent.



18831
18832
18833
# File 'lib/eBay.rb', line 18831

def vATPercent
  @vATPercent
end

Instance Method Details

#set_any(elements) ⇒ Object



18834
18835
18836
# File 'lib/eBay.rb', line 18834

def set_any(elements)
  @__xmlele_any = elements
end