Class: LiveAuctionCatalogType

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

Overview

urn:ebay:apis:eBLBaseComponentsLiveAuctionCatalogType

userCatalogID - SOAP::SOAPInt
catalogName - SOAP::SOAPString
schedule - ScheduleType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of LiveAuctionCatalogType.



20893
20894
20895
20896
20897
20898
# File 'lib/eBay.rb', line 20893

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.



20887
20888
20889
# File 'lib/eBay.rb', line 20887

def __xmlele_any
  @__xmlele_any
end

#catalogNameObject

Returns the value of attribute catalogName.



20885
20886
20887
# File 'lib/eBay.rb', line 20885

def catalogName
  @catalogName
end

#scheduleObject

Returns the value of attribute schedule.



20886
20887
20888
# File 'lib/eBay.rb', line 20886

def schedule
  @schedule
end

#userCatalogIDObject

Returns the value of attribute userCatalogID.



20884
20885
20886
# File 'lib/eBay.rb', line 20884

def userCatalogID
  @userCatalogID
end

Instance Method Details

#set_any(elements) ⇒ Object



20889
20890
20891
# File 'lib/eBay.rb', line 20889

def set_any(elements)
  @__xmlele_any = elements
end