Class: EBay::SchedulingInfoType

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

Overview

urn:ebay:apis:eBLBaseComponentsSchedulingInfoType

maxScheduledMinutes - SOAP::SOAPInt
minScheduledMinutes - SOAP::SOAPInt
maxScheduledItems - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(maxScheduledMinutes = nil, minScheduledMinutes = nil, maxScheduledItems = nil) ⇒ SchedulingInfoType

Returns a new instance of SchedulingInfoType.



30846
30847
30848
30849
30850
30851
# File 'lib/eBay.rb', line 30846

def initialize(maxScheduledMinutes = nil, minScheduledMinutes = nil, maxScheduledItems = nil)
  @maxScheduledMinutes = maxScheduledMinutes
  @minScheduledMinutes = minScheduledMinutes
  @maxScheduledItems = maxScheduledItems
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



30840
30841
30842
# File 'lib/eBay.rb', line 30840

def __xmlele_any
  @__xmlele_any
end

#maxScheduledItemsObject

Returns the value of attribute maxScheduledItems.



30839
30840
30841
# File 'lib/eBay.rb', line 30839

def maxScheduledItems
  @maxScheduledItems
end

#maxScheduledMinutesObject

Returns the value of attribute maxScheduledMinutes.



30837
30838
30839
# File 'lib/eBay.rb', line 30837

def maxScheduledMinutes
  @maxScheduledMinutes
end

#minScheduledMinutesObject

Returns the value of attribute minScheduledMinutes.



30838
30839
30840
# File 'lib/eBay.rb', line 30838

def minScheduledMinutes
  @minScheduledMinutes
end

Instance Method Details

#set_any(elements) ⇒ Object



30842
30843
30844
# File 'lib/eBay.rb', line 30842

def set_any(elements)
  @__xmlele_any = elements
end