Class: EBay::SellingManagerAutoListType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellingManagerAutoListType

sourceSaleTemplateID - SOAP::SOAPLong
keepMinActive - EBay::SellingManagerAutoListMinActiveItemsType
listAccordingToSchedule - EBay::SellingManagerAutoListAccordingToScheduleType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sourceSaleTemplateID = nil, keepMinActive = nil, listAccordingToSchedule = nil) ⇒ SellingManagerAutoListType

Returns a new instance of SellingManagerAutoListType.



31619
31620
31621
31622
31623
31624
# File 'lib/eBay.rb', line 31619

def initialize(sourceSaleTemplateID = nil, keepMinActive = nil, listAccordingToSchedule = nil)
  @sourceSaleTemplateID = sourceSaleTemplateID
  @keepMinActive = keepMinActive
  @listAccordingToSchedule = listAccordingToSchedule
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



31613
31614
31615
# File 'lib/eBay.rb', line 31613

def __xmlele_any
  @__xmlele_any
end

#keepMinActiveObject

Returns the value of attribute keepMinActive.



31611
31612
31613
# File 'lib/eBay.rb', line 31611

def keepMinActive
  @keepMinActive
end

#listAccordingToScheduleObject

Returns the value of attribute listAccordingToSchedule.



31612
31613
31614
# File 'lib/eBay.rb', line 31612

def listAccordingToSchedule
  @listAccordingToSchedule
end

#sourceSaleTemplateIDObject

Returns the value of attribute sourceSaleTemplateID.



31610
31611
31612
# File 'lib/eBay.rb', line 31610

def sourceSaleTemplateID
  @sourceSaleTemplateID
end

Instance Method Details

#set_any(elements) ⇒ Object



31615
31616
31617
# File 'lib/eBay.rb', line 31615

def set_any(elements)
  @__xmlele_any = elements
end