Class: LiveAuctionCatalogType

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

Overview

urn:ebay:apis:eBLBaseComponentsLiveAuctionCatalogType

Constant Summary collapse

@@schema_type =
"LiveAuctionCatalogType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["userCatalogID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "UserCatalogID")]],
  ["catalogName", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CatalogName")]],
  ["schedule", ["ScheduleType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Schedule")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(userCatalogID = nil, catalogName = nil, schedule = []) ⇒ LiveAuctionCatalogType

Returns a new instance of LiveAuctionCatalogType.



16853
16854
16855
16856
16857
16858
# File 'lib/eBay.rb', line 16853

def initialize(userCatalogID = nil, catalogName = nil, schedule = [])
  @userCatalogID = userCatalogID
  @catalogName = catalogName
  @schedule = schedule
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



16847
16848
16849
# File 'lib/eBay.rb', line 16847

def __xmlele_any
  @__xmlele_any
end

#catalogNameObject

Returns the value of attribute catalogName.



16845
16846
16847
# File 'lib/eBay.rb', line 16845

def catalogName
  @catalogName
end

#scheduleObject

Returns the value of attribute schedule.



16846
16847
16848
# File 'lib/eBay.rb', line 16846

def schedule
  @schedule
end

#userCatalogIDObject

Returns the value of attribute userCatalogID.



16844
16845
16846
# File 'lib/eBay.rb', line 16844

def userCatalogID
  @userCatalogID
end

Instance Method Details

#set_any(elements) ⇒ Object



16849
16850
16851
# File 'lib/eBay.rb', line 16849

def set_any(elements)
  @__xmlele_any = elements
end