Class: EBay::VATDetailsType
- Inherits:
-
Object
- Object
- EBay::VATDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsVATDetailsType
businessSeller - SOAP::SOAPBoolean
restrictedToBusiness - SOAP::SOAPBoolean
vATPercent - SOAP::SOAPFloat
vATSite - SOAP::SOAPString
vATID - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#businessSeller ⇒ Object
Returns the value of attribute businessSeller.
-
#restrictedToBusiness ⇒ Object
Returns the value of attribute restrictedToBusiness.
-
#vATID ⇒ Object
Returns the value of attribute vATID.
-
#vATPercent ⇒ Object
Returns the value of attribute vATPercent.
-
#vATSite ⇒ Object
Returns the value of attribute vATSite.
Instance Method Summary collapse
-
#initialize(businessSeller = nil, restrictedToBusiness = nil, vATPercent = nil, vATSite = nil, vATID = nil) ⇒ VATDetailsType
constructor
A new instance of VATDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(businessSeller = nil, restrictedToBusiness = nil, vATPercent = nil, vATSite = nil, vATID = nil) ⇒ VATDetailsType
Returns a new instance of VATDetailsType.
35215 35216 35217 35218 35219 35220 35221 35222 |
# File 'lib/eBay.rb', line 35215 def initialize(businessSeller = nil, restrictedToBusiness = nil, vATPercent = nil, vATSite = nil, vATID = nil) @businessSeller = businessSeller @restrictedToBusiness = restrictedToBusiness @vATPercent = vATPercent @vATSite = vATSite @vATID = vATID @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35209 35210 35211 |
# File 'lib/eBay.rb', line 35209 def __xmlele_any @__xmlele_any end |
#businessSeller ⇒ Object
Returns the value of attribute businessSeller.
35204 35205 35206 |
# File 'lib/eBay.rb', line 35204 def businessSeller @businessSeller end |
#restrictedToBusiness ⇒ Object
Returns the value of attribute restrictedToBusiness.
35205 35206 35207 |
# File 'lib/eBay.rb', line 35205 def restrictedToBusiness @restrictedToBusiness end |
#vATID ⇒ Object
Returns the value of attribute vATID.
35208 35209 35210 |
# File 'lib/eBay.rb', line 35208 def vATID @vATID end |
#vATPercent ⇒ Object
Returns the value of attribute vATPercent.
35206 35207 35208 |
# File 'lib/eBay.rb', line 35206 def vATPercent @vATPercent end |
#vATSite ⇒ Object
Returns the value of attribute vATSite.
35207 35208 35209 |
# File 'lib/eBay.rb', line 35207 def vATSite @vATSite end |
Instance Method Details
#set_any(elements) ⇒ Object
35211 35212 35213 |
# File 'lib/eBay.rb', line 35211 def set_any(elements) @__xmlele_any = elements end |