Class: EBay::SellingManagerAutoSecondChanceOfferType

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

Overview

urn:ebay:apis:eBLBaseComponentsSellingManagerAutoSecondChanceOfferType

secondChanceOfferCondition - EBay::SellingManagerAutoSecondChanceOfferTypeCodeType
amount - EBay::AmountType
profitPercent - SOAP::SOAPFloat
duration - EBay::SecondChanceOfferDurationCodeType
listingHoldInventoryLevel - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(secondChanceOfferCondition = nil, amount = nil, profitPercent = nil, duration = nil, listingHoldInventoryLevel = nil) ⇒ SellingManagerAutoSecondChanceOfferType

Returns a new instance of SellingManagerAutoSecondChanceOfferType.



31679
31680
31681
31682
31683
31684
31685
31686
# File 'lib/eBay.rb', line 31679

def initialize(secondChanceOfferCondition = nil, amount = nil, profitPercent = nil, duration = nil, listingHoldInventoryLevel = nil)
  @secondChanceOfferCondition = secondChanceOfferCondition
  @amount = amount
  @profitPercent = profitPercent
  @duration = duration
  @listingHoldInventoryLevel = listingHoldInventoryLevel
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



31673
31674
31675
# File 'lib/eBay.rb', line 31673

def __xmlele_any
  @__xmlele_any
end

#amountObject

Returns the value of attribute amount.



31669
31670
31671
# File 'lib/eBay.rb', line 31669

def amount
  @amount
end

#durationObject

Returns the value of attribute duration.



31671
31672
31673
# File 'lib/eBay.rb', line 31671

def duration
  @duration
end

#listingHoldInventoryLevelObject

Returns the value of attribute listingHoldInventoryLevel.



31672
31673
31674
# File 'lib/eBay.rb', line 31672

def listingHoldInventoryLevel
  @listingHoldInventoryLevel
end

#profitPercentObject

Returns the value of attribute profitPercent.



31670
31671
31672
# File 'lib/eBay.rb', line 31670

def profitPercent
  @profitPercent
end

#secondChanceOfferConditionObject

Returns the value of attribute secondChanceOfferCondition.



31668
31669
31670
# File 'lib/eBay.rb', line 31668

def secondChanceOfferCondition
  @secondChanceOfferCondition
end

Instance Method Details

#set_any(elements) ⇒ Object



31675
31676
31677
# File 'lib/eBay.rb', line 31675

def set_any(elements)
  @__xmlele_any = elements
end