Class: ApplicationDeliveryPreferencesType

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

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



15211
15212
15213
# File 'lib/eBay.rb', line 15211

def __xmlele_any
  @__xmlele_any
end

#alertEmailObject

Returns the value of attribute alertEmail.



15207
15208
15209
# File 'lib/eBay.rb', line 15207

def alertEmail
  @alertEmail
end

#alertEnableObject

Returns the value of attribute alertEnable.



15208
15209
15210
# File 'lib/eBay.rb', line 15208

def alertEnable
  @alertEnable
end

#applicationEnableObject

Returns the value of attribute applicationEnable.



15206
15207
15208
# File 'lib/eBay.rb', line 15206

def applicationEnable
  @applicationEnable
end

#applicationURLObject

Returns the value of attribute applicationURL.



15205
15206
15207
# File 'lib/eBay.rb', line 15205

def applicationURL
  @applicationURL
end

#deviceTypeObject

Returns the value of attribute deviceType.



15210
15211
15212
# File 'lib/eBay.rb', line 15210

def deviceType
  @deviceType
end

#notificationPayloadTypeObject

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