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.



14876
14877
14878
14879
14880
14881
# File 'lib/eBay.rb', line 14876

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.



14870
14871
14872
# File 'lib/eBay.rb', line 14870

def __xmlele_any
  @__xmlele_any
end

#catalogNameObject

Returns the value of attribute catalogName.



14868
14869
14870
# File 'lib/eBay.rb', line 14868

def catalogName
  @catalogName
end

#scheduleObject

Returns the value of attribute schedule.



14869
14870
14871
# File 'lib/eBay.rb', line 14869

def schedule
  @schedule
end

#userCatalogIDObject

Returns the value of attribute userCatalogID.



14867
14868
14869
# File 'lib/eBay.rb', line 14867

def userCatalogID
  @userCatalogID
end

Instance Method Details

#set_any(elements) ⇒ Object



14872
14873
14874
# File 'lib/eBay.rb', line 14872

def set_any(elements)
  @__xmlele_any = elements
end