Class: EBay::ApplicationDeliveryPreferencesType
- Inherits:
-
Object
- Object
- EBay::ApplicationDeliveryPreferencesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsApplicationDeliveryPreferencesType
applicationURL - SOAP::SOAPAnyURI
applicationEnable - EBay::EnableCodeType
alertEmail - SOAP::SOAPAnyURI
alertEnable - EBay::EnableCodeType
notificationPayloadType - EBay::NotificationPayloadTypeCodeType
deviceType - EBay::DeviceTypeCodeType
payloadVersion - SOAP::SOAPString
deliveryURLDetails - EBay::DeliveryURLDetailType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#alertEmail ⇒ Object
Returns the value of attribute alertEmail.
-
#alertEnable ⇒ Object
Returns the value of attribute alertEnable.
-
#applicationEnable ⇒ Object
Returns the value of attribute applicationEnable.
-
#applicationURL ⇒ Object
Returns the value of attribute applicationURL.
-
#deliveryURLDetails ⇒ Object
Returns the value of attribute deliveryURLDetails.
-
#deviceType ⇒ Object
Returns the value of attribute deviceType.
-
#notificationPayloadType ⇒ Object
Returns the value of attribute notificationPayloadType.
-
#payloadVersion ⇒ Object
Returns the value of attribute payloadVersion.
Instance Method Summary collapse
-
#initialize(applicationURL = nil, applicationEnable = nil, alertEmail = nil, alertEnable = nil, notificationPayloadType = nil, deviceType = nil, payloadVersion = nil, deliveryURLDetails = []) ⇒ ApplicationDeliveryPreferencesType
constructor
A new instance of ApplicationDeliveryPreferencesType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(applicationURL = nil, applicationEnable = nil, alertEmail = nil, alertEnable = nil, notificationPayloadType = nil, deviceType = nil, payloadVersion = nil, deliveryURLDetails = []) ⇒ ApplicationDeliveryPreferencesType
Returns a new instance of ApplicationDeliveryPreferencesType.
20696 20697 20698 20699 20700 20701 20702 20703 20704 20705 20706 |
# File 'lib/eBay.rb', line 20696 def initialize(applicationURL = nil, applicationEnable = nil, alertEmail = nil, alertEnable = nil, notificationPayloadType = nil, deviceType = nil, payloadVersion = nil, deliveryURLDetails = []) @applicationURL = applicationURL @applicationEnable = applicationEnable @alertEmail = alertEmail @alertEnable = alertEnable @notificationPayloadType = notificationPayloadType @deviceType = deviceType @payloadVersion = payloadVersion @deliveryURLDetails = deliveryURLDetails @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20690 20691 20692 |
# File 'lib/eBay.rb', line 20690 def __xmlele_any @__xmlele_any end |
#alertEmail ⇒ Object
Returns the value of attribute alertEmail.
20684 20685 20686 |
# File 'lib/eBay.rb', line 20684 def alertEmail @alertEmail end |
#alertEnable ⇒ Object
Returns the value of attribute alertEnable.
20685 20686 20687 |
# File 'lib/eBay.rb', line 20685 def alertEnable @alertEnable end |
#applicationEnable ⇒ Object
Returns the value of attribute applicationEnable.
20683 20684 20685 |
# File 'lib/eBay.rb', line 20683 def applicationEnable @applicationEnable end |
#applicationURL ⇒ Object
Returns the value of attribute applicationURL.
20682 20683 20684 |
# File 'lib/eBay.rb', line 20682 def applicationURL @applicationURL end |
#deliveryURLDetails ⇒ Object
Returns the value of attribute deliveryURLDetails.
20689 20690 20691 |
# File 'lib/eBay.rb', line 20689 def deliveryURLDetails @deliveryURLDetails end |
#deviceType ⇒ Object
Returns the value of attribute deviceType.
20687 20688 20689 |
# File 'lib/eBay.rb', line 20687 def deviceType @deviceType end |
#notificationPayloadType ⇒ Object
Returns the value of attribute notificationPayloadType.
20686 20687 20688 |
# File 'lib/eBay.rb', line 20686 def notificationPayloadType @notificationPayloadType end |
#payloadVersion ⇒ Object
Returns the value of attribute payloadVersion.
20688 20689 20690 |
# File 'lib/eBay.rb', line 20688 def payloadVersion @payloadVersion end |
Instance Method Details
#set_any(elements) ⇒ Object
20692 20693 20694 |
# File 'lib/eBay.rb', line 20692 def set_any(elements) @__xmlele_any = elements end |