Class: EBay::ApplicationDeliveryPreferencesType

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

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



20690
20691
20692
# File 'lib/eBay.rb', line 20690

def __xmlele_any
  @__xmlele_any
end

#alertEmailObject

Returns the value of attribute alertEmail.



20684
20685
20686
# File 'lib/eBay.rb', line 20684

def alertEmail
  @alertEmail
end

#alertEnableObject

Returns the value of attribute alertEnable.



20685
20686
20687
# File 'lib/eBay.rb', line 20685

def alertEnable
  @alertEnable
end

#applicationEnableObject

Returns the value of attribute applicationEnable.



20683
20684
20685
# File 'lib/eBay.rb', line 20683

def applicationEnable
  @applicationEnable
end

#applicationURLObject

Returns the value of attribute applicationURL.



20682
20683
20684
# File 'lib/eBay.rb', line 20682

def applicationURL
  @applicationURL
end

#deliveryURLDetailsObject

Returns the value of attribute deliveryURLDetails.



20689
20690
20691
# File 'lib/eBay.rb', line 20689

def deliveryURLDetails
  @deliveryURLDetails
end

#deviceTypeObject

Returns the value of attribute deviceType.



20687
20688
20689
# File 'lib/eBay.rb', line 20687

def deviceType
  @deviceType
end

#notificationPayloadTypeObject

Returns the value of attribute notificationPayloadType.



20686
20687
20688
# File 'lib/eBay.rb', line 20686

def notificationPayloadType
  @notificationPayloadType
end

#payloadVersionObject

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