Class: URLDetailsType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(uRLType = nil, uRL = nil) ⇒ URLDetailsType

Returns a new instance of URLDetailsType.



18695
18696
18697
18698
18699
# File 'lib/eBay.rb', line 18695

def initialize(uRLType = nil, uRL = nil)
  @uRLType = uRLType
  @uRL = uRL
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18689
18690
18691
# File 'lib/eBay.rb', line 18689

def __xmlele_any
  @__xmlele_any
end

#uRLObject

Returns the value of attribute uRL.



18688
18689
18690
# File 'lib/eBay.rb', line 18688

def uRL
  @uRL
end

#uRLTypeObject

Returns the value of attribute uRLType.



18687
18688
18689
# File 'lib/eBay.rb', line 18687

def uRLType
  @uRLType
end

Instance Method Details

#set_any(elements) ⇒ Object



18691
18692
18693
# File 'lib/eBay.rb', line 18691

def set_any(elements)
  @__xmlele_any = elements
end