Class: EBay::SellingManagerAlertType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



31524
31525
31526
# File 'lib/eBay.rb', line 31524

def __xmlele_any
  @__xmlele_any
end

#alertTypeObject

Returns the value of attribute alertType.



31516
31517
31518
# File 'lib/eBay.rb', line 31516

def alertType
  @alertType
end

#automationAlertObject

Returns the value of attribute automationAlert.



31519
31520
31521
# File 'lib/eBay.rb', line 31519

def automationAlert
  @automationAlert
end

#countObject

Returns the value of attribute count.



31523
31524
31525
# File 'lib/eBay.rb', line 31523

def count
  @count
end

#durationInDaysObject

Returns the value of attribute durationInDays.



31522
31523
31524
# File 'lib/eBay.rb', line 31522

def durationInDays
  @durationInDays
end

#generalAlertObject

Returns the value of attribute generalAlert.



31521
31522
31523
# File 'lib/eBay.rb', line 31521

def generalAlert
  @generalAlert
end

#inventoryAlertObject

Returns the value of attribute inventoryAlert.



31518
31519
31520
# File 'lib/eBay.rb', line 31518

def inventoryAlert
  @inventoryAlert
end

#paisaPayAlertObject

Returns the value of attribute paisaPayAlert.



31520
31521
31522
# File 'lib/eBay.rb', line 31520

def paisaPayAlert
  @paisaPayAlert
end

#soldAlertObject

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