Class: ApplicationDeliveryPreferencesType
- Inherits:
-
Object
- Object
- ApplicationDeliveryPreferencesType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsApplicationDeliveryPreferencesType
Constant Summary collapse
- @@schema_type =
"ApplicationDeliveryPreferencesType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["applicationURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ApplicationURL")]], ["applicationEnable", ["EnableCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ApplicationEnable")]], ["alertEmail", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AlertEmail")]], ["alertEnable", ["EnableCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "AlertEnable")]], ["notificationPayloadType", ["NotificationPayloadTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "NotificationPayloadType")]], ["deviceType", ["DeviceTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DeviceType")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
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.
-
#deviceType ⇒ Object
Returns the value of attribute deviceType.
-
#notificationPayloadType ⇒ Object
Returns the value of attribute notificationPayloadType.
Instance Method Summary collapse
-
#initialize(applicationURL = nil, applicationEnable = nil, alertEmail = nil, alertEnable = nil, notificationPayloadType = nil, deviceType = nil) ⇒ 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) ⇒ ApplicationDeliveryPreferencesType
15217 15218 15219 15220 15221 15222 15223 15224 15225 |
# File 'lib/eBay.rb', line 15217 def initialize(applicationURL = nil, applicationEnable = nil, alertEmail = nil, alertEnable = nil, notificationPayloadType = nil, deviceType = nil) @applicationURL = applicationURL @applicationEnable = applicationEnable @alertEmail = alertEmail @alertEnable = alertEnable @notificationPayloadType = notificationPayloadType @deviceType = deviceType @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
15211 15212 15213 |
# File 'lib/eBay.rb', line 15211 def __xmlele_any @__xmlele_any end |
#alertEmail ⇒ Object
Returns the value of attribute alertEmail.
15207 15208 15209 |
# File 'lib/eBay.rb', line 15207 def alertEmail @alertEmail end |
#alertEnable ⇒ Object
Returns the value of attribute alertEnable.
15208 15209 15210 |
# File 'lib/eBay.rb', line 15208 def alertEnable @alertEnable end |
#applicationEnable ⇒ Object
Returns the value of attribute applicationEnable.
15206 15207 15208 |
# File 'lib/eBay.rb', line 15206 def applicationEnable @applicationEnable end |
#applicationURL ⇒ Object
Returns the value of attribute applicationURL.
15205 15206 15207 |
# File 'lib/eBay.rb', line 15205 def applicationURL @applicationURL end |
#deviceType ⇒ Object
Returns the value of attribute deviceType.
15210 15211 15212 |
# File 'lib/eBay.rb', line 15210 def deviceType @deviceType end |
#notificationPayloadType ⇒ Object
Returns the value of attribute notificationPayloadType.
15209 15210 15211 |
# File 'lib/eBay.rb', line 15209 def notificationPayloadType @notificationPayloadType end |
Instance Method Details
#set_any(elements) ⇒ Object
15213 15214 15215 |
# File 'lib/eBay.rb', line 15213 def set_any(elements) @__xmlele_any = elements end |