Class: DigitalDeliveryDetailsType
- Inherits:
-
Object
- Object
- DigitalDeliveryDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsDigitalDeliveryDetailsType
Constant Summary collapse
- @@schema_type =
"DigitalDeliveryDetailsType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["requirements", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Requirements")]], ["method", ["DigitalDeliveryMethodCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Method")]], ["uRL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "URL")]], ["instructions", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Instructions")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#instructions ⇒ Object
Returns the value of attribute instructions.
-
#method ⇒ Object
Returns the value of attribute method.
-
#requirements ⇒ Object
Returns the value of attribute requirements.
-
#uRL ⇒ Object
Returns the value of attribute uRL.
Instance Method Summary collapse
-
#initialize(requirements = nil, method = nil, uRL = nil, instructions = nil) ⇒ DigitalDeliveryDetailsType
constructor
A new instance of DigitalDeliveryDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(requirements = nil, method = nil, uRL = nil, instructions = nil) ⇒ DigitalDeliveryDetailsType
Returns a new instance of DigitalDeliveryDetailsType.
16874 16875 16876 16877 16878 16879 16880 |
# File 'lib/eBay.rb', line 16874 def initialize(requirements = nil, method = nil, uRL = nil, instructions = nil) @requirements = requirements @method = method @uRL = uRL @instructions = instructions @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
16868 16869 16870 |
# File 'lib/eBay.rb', line 16868 def __xmlele_any @__xmlele_any end |
#instructions ⇒ Object
Returns the value of attribute instructions.
16867 16868 16869 |
# File 'lib/eBay.rb', line 16867 def instructions @instructions end |
#method ⇒ Object
Returns the value of attribute method.
16865 16866 16867 |
# File 'lib/eBay.rb', line 16865 def method @method end |
#requirements ⇒ Object
Returns the value of attribute requirements.
16864 16865 16866 |
# File 'lib/eBay.rb', line 16864 def requirements @requirements end |
#uRL ⇒ Object
Returns the value of attribute uRL.
16866 16867 16868 |
# File 'lib/eBay.rb', line 16866 def uRL @uRL end |
Instance Method Details
#set_any(elements) ⇒ Object
16870 16871 16872 |
# File 'lib/eBay.rb', line 16870 def set_any(elements) @__xmlele_any = elements end |