Class: EBay::SellingManagerAlertType
- Inherits:
-
Object
- Object
- EBay::SellingManagerAlertType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellingManagerAlertType
alertType - EBay::SellingManagerAlertTypeCodeType
soldAlert - EBay::SellingManagerSoldListingsPropertyTypeCodeType
inventoryAlert - EBay::SellingManagerInventoryPropertyTypeCodeType
automationAlert - EBay::SellingManagerAutomationPropertyTypeCodeType
paisaPayAlert - EBay::SellingManagerPaisaPayPropertyTypeCodeType
generalAlert - EBay::SellingManagerGeneralPropertyTypeCodeType
durationInDays - SOAP::SOAPInt
count - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#alertType ⇒ Object
Returns the value of attribute alertType.
-
#automationAlert ⇒ Object
Returns the value of attribute automationAlert.
-
#count ⇒ Object
Returns the value of attribute count.
-
#durationInDays ⇒ Object
Returns the value of attribute durationInDays.
-
#generalAlert ⇒ Object
Returns the value of attribute generalAlert.
-
#inventoryAlert ⇒ Object
Returns the value of attribute inventoryAlert.
-
#paisaPayAlert ⇒ Object
Returns the value of attribute paisaPayAlert.
-
#soldAlert ⇒ Object
Returns the value of attribute soldAlert.
Instance Method Summary collapse
-
#initialize(alertType = nil, soldAlert = nil, inventoryAlert = nil, automationAlert = nil, paisaPayAlert = nil, generalAlert = nil, durationInDays = nil, count = nil) ⇒ SellingManagerAlertType
constructor
A new instance of SellingManagerAlertType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(alertType = nil, soldAlert = nil, inventoryAlert = nil, automationAlert = nil, paisaPayAlert = nil, generalAlert = nil, durationInDays = nil, count = nil) ⇒ SellingManagerAlertType
Returns a new instance of SellingManagerAlertType.
31530 31531 31532 31533 31534 31535 31536 31537 31538 31539 31540 |
# File 'lib/eBay.rb', line 31530 def initialize(alertType = nil, soldAlert = nil, inventoryAlert = nil, automationAlert = nil, paisaPayAlert = nil, generalAlert = nil, durationInDays = nil, count = nil) @alertType = alertType @soldAlert = soldAlert @inventoryAlert = inventoryAlert @automationAlert = automationAlert @paisaPayAlert = paisaPayAlert @generalAlert = generalAlert @durationInDays = durationInDays @count = count @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31524 31525 31526 |
# File 'lib/eBay.rb', line 31524 def __xmlele_any @__xmlele_any end |
#alertType ⇒ Object
Returns the value of attribute alertType.
31516 31517 31518 |
# File 'lib/eBay.rb', line 31516 def alertType @alertType end |
#automationAlert ⇒ Object
Returns the value of attribute automationAlert.
31519 31520 31521 |
# File 'lib/eBay.rb', line 31519 def automationAlert @automationAlert end |
#count ⇒ Object
Returns the value of attribute count.
31523 31524 31525 |
# File 'lib/eBay.rb', line 31523 def count @count end |
#durationInDays ⇒ Object
Returns the value of attribute durationInDays.
31522 31523 31524 |
# File 'lib/eBay.rb', line 31522 def durationInDays @durationInDays end |
#generalAlert ⇒ Object
Returns the value of attribute generalAlert.
31521 31522 31523 |
# File 'lib/eBay.rb', line 31521 def generalAlert @generalAlert end |
#inventoryAlert ⇒ Object
Returns the value of attribute inventoryAlert.
31518 31519 31520 |
# File 'lib/eBay.rb', line 31518 def inventoryAlert @inventoryAlert end |
#paisaPayAlert ⇒ Object
Returns the value of attribute paisaPayAlert.
31520 31521 31522 |
# File 'lib/eBay.rb', line 31520 def paisaPayAlert @paisaPayAlert end |
#soldAlert ⇒ Object
Returns the value of attribute soldAlert.
31517 31518 31519 |
# File 'lib/eBay.rb', line 31517 def soldAlert @soldAlert end |
Instance Method Details
#set_any(elements) ⇒ Object
31526 31527 31528 |
# File 'lib/eBay.rb', line 31526 def set_any(elements) @__xmlele_any = elements end |