Class: 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.



23336
23337
23338
23339
23340
23341
# File 'lib/eBay.rb', line 23336

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.



23330
23331
23332
# File 'lib/eBay.rb', line 23330

def __xmlele_any
  @__xmlele_any
end

#maxScheduledItemsObject

Returns the value of attribute maxScheduledItems.



23329
23330
23331
# File 'lib/eBay.rb', line 23329

def maxScheduledItems
  @maxScheduledItems
end

#maxScheduledMinutesObject

Returns the value of attribute maxScheduledMinutes.



23327
23328
23329
# File 'lib/eBay.rb', line 23327

def maxScheduledMinutes
  @maxScheduledMinutes
end

#minScheduledMinutesObject

Returns the value of attribute minScheduledMinutes.



23328
23329
23330
# File 'lib/eBay.rb', line 23328

def minScheduledMinutes
  @minScheduledMinutes
end

Instance Method Details

#set_any(elements) ⇒ Object



23332
23333
23334
# File 'lib/eBay.rb', line 23332

def set_any(elements)
  @__xmlele_any = elements
end