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.



19116
19117
19118
19119
19120
19121
# File 'lib/eBay.rb', line 19116

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.



19110
19111
19112
# File 'lib/eBay.rb', line 19110

def __xmlele_any
  @__xmlele_any
end

#catalogNameObject

Returns the value of attribute catalogName.



19108
19109
19110
# File 'lib/eBay.rb', line 19108

def catalogName
  @catalogName
end

#scheduleObject

Returns the value of attribute schedule.



19109
19110
19111
# File 'lib/eBay.rb', line 19109

def schedule
  @schedule
end

#userCatalogIDObject

Returns the value of attribute userCatalogID.



19107
19108
19109
# File 'lib/eBay.rb', line 19107

def userCatalogID
  @userCatalogID
end

Instance Method Details

#set_any(elements) ⇒ Object



19112
19113
19114
# File 'lib/eBay.rb', line 19112

def set_any(elements)
  @__xmlele_any = elements
end