Class: DispatchTimeMaxDetailsType
- Inherits:
-
Object
- Object
- DispatchTimeMaxDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsDispatchTimeMaxDetailsType
Constant Summary collapse
- @@schema_type =
"DispatchTimeMaxDetailsType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["dispatchTimeMax", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DispatchTimeMax")]], ["description", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Description")]], ["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.
-
#description ⇒ Object
Returns the value of attribute description.
-
#dispatchTimeMax ⇒ Object
Returns the value of attribute dispatchTimeMax.
Instance Method Summary collapse
-
#initialize(dispatchTimeMax = nil, description = nil) ⇒ DispatchTimeMaxDetailsType
constructor
A new instance of DispatchTimeMaxDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(dispatchTimeMax = nil, description = nil) ⇒ DispatchTimeMaxDetailsType
Returns a new instance of DispatchTimeMaxDetailsType.
16920 16921 16922 16923 16924 |
# File 'lib/eBay.rb', line 16920 def initialize(dispatchTimeMax = nil, description = nil) @dispatchTimeMax = dispatchTimeMax @description = description @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
16914 16915 16916 |
# File 'lib/eBay.rb', line 16914 def __xmlele_any @__xmlele_any end |
#description ⇒ Object
Returns the value of attribute description.
16913 16914 16915 |
# File 'lib/eBay.rb', line 16913 def description @description end |
#dispatchTimeMax ⇒ Object
Returns the value of attribute dispatchTimeMax.
16912 16913 16914 |
# File 'lib/eBay.rb', line 16912 def dispatchTimeMax @dispatchTimeMax end |
Instance Method Details
#set_any(elements) ⇒ Object
16916 16917 16918 |
# File 'lib/eBay.rb', line 16916 def set_any(elements) @__xmlele_any = elements end |