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

Returns a new instance of ApplicationDeliveryPreferencesType.



13563
13564
13565
13566
13567
13568
13569
13570
13571
# File 'lib/eBay.rb', line 13563

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.



13557
13558
13559
# File 'lib/eBay.rb', line 13557

def __xmlele_any
  @__xmlele_any
end

#alertEmailObject

Returns the value of attribute alertEmail.



13553
13554
13555
# File 'lib/eBay.rb', line 13553

def alertEmail
  @alertEmail
end

#alertEnableObject

Returns the value of attribute alertEnable.



13554
13555
13556
# File 'lib/eBay.rb', line 13554

def alertEnable
  @alertEnable
end

#applicationEnableObject

Returns the value of attribute applicationEnable.



13552
13553
13554
# File 'lib/eBay.rb', line 13552

def applicationEnable
  @applicationEnable
end

#applicationURLObject

Returns the value of attribute applicationURL.



13551
13552
13553
# File 'lib/eBay.rb', line 13551

def applicationURL
  @applicationURL
end

#deviceTypeObject

Returns the value of attribute deviceType.



13556
13557
13558
# File 'lib/eBay.rb', line 13556

def deviceType
  @deviceType
end

#notificationPayloadTypeObject

Returns the value of attribute notificationPayloadType.



13555
13556
13557
# File 'lib/eBay.rb', line 13555

def notificationPayloadType
  @notificationPayloadType
end

Instance Method Details

#set_any(elements) ⇒ Object



13559
13560
13561
# File 'lib/eBay.rb', line 13559

def set_any(elements)
  @__xmlele_any = elements
end