Class: EBay::URLDetailsType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsURLDetailsType

uRLType - EBay::URLTypeCodeType
uRL - SOAP::SOAPAnyURI
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of URLDetailsType.



34816
34817
34818
34819
34820
34821
34822
# File 'lib/eBay.rb', line 34816

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



34810
34811
34812
# File 'lib/eBay.rb', line 34810

def __xmlele_any
  @__xmlele_any
end

#detailVersionObject

Returns the value of attribute detailVersion.



34808
34809
34810
# File 'lib/eBay.rb', line 34808

def detailVersion
  @detailVersion
end

#updateTimeObject

Returns the value of attribute updateTime.



34809
34810
34811
# File 'lib/eBay.rb', line 34809

def updateTime
  @updateTime
end

#uRLObject

Returns the value of attribute uRL.



34807
34808
34809
# File 'lib/eBay.rb', line 34807

def uRL
  @uRL
end

#uRLTypeObject

Returns the value of attribute uRLType.



34806
34807
34808
# File 'lib/eBay.rb', line 34806

def uRLType
  @uRLType
end

Instance Method Details

#set_any(elements) ⇒ Object



34812
34813
34814
# File 'lib/eBay.rb', line 34812

def set_any(elements)
  @__xmlele_any = elements
end