Class: URLDetailsType
- Inherits:
-
Object
- Object
- URLDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsURLDetailsType
Constant Summary collapse
- @@schema_type =
"URLDetailsType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["uRLType", ["URLTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "URLType")]], ["uRL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "URL")]], ["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.
-
#uRL ⇒ Object
Returns the value of attribute uRL.
-
#uRLType ⇒ Object
Returns the value of attribute uRLType.
Instance Method Summary collapse
-
#initialize(uRLType = nil, uRL = nil) ⇒ URLDetailsType
constructor
A new instance of URLDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(uRLType = nil, uRL = nil) ⇒ URLDetailsType
Returns a new instance of URLDetailsType.
23865 23866 23867 23868 23869 |
# File 'lib/eBay.rb', line 23865 def initialize(uRLType = nil, uRL = nil) @uRLType = uRLType @uRL = uRL @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23859 23860 23861 |
# File 'lib/eBay.rb', line 23859 def __xmlele_any @__xmlele_any end |
#uRL ⇒ Object
Returns the value of attribute uRL.
23858 23859 23860 |
# File 'lib/eBay.rb', line 23858 def uRL @uRL end |
#uRLType ⇒ Object
Returns the value of attribute uRLType.
23857 23858 23859 |
# File 'lib/eBay.rb', line 23857 def uRLType @uRLType end |
Instance Method Details
#set_any(elements) ⇒ Object
23861 23862 23863 |
# File 'lib/eBay.rb', line 23861 def set_any(elements) @__xmlele_any = elements end |