Class: EBay::NotificationUserDataType
- Inherits:
-
Object
- Object
- EBay::NotificationUserDataType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsNotificationUserDataType
sMSSubscription - EBay::SMSSubscriptionType
summarySchedule - EBay::SummaryEventScheduleType
externalUserData - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
-
#sMSSubscription ⇒ Object
Returns the value of attribute sMSSubscription.
-
#summarySchedule ⇒ Object
Returns the value of attribute summarySchedule.
Instance Method Summary collapse
-
#initialize(sMSSubscription = nil, summarySchedule = [], externalUserData = nil) ⇒ NotificationUserDataType
constructor
A new instance of NotificationUserDataType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(sMSSubscription = nil, summarySchedule = [], externalUserData = nil) ⇒ NotificationUserDataType
Returns a new instance of NotificationUserDataType.
28038 28039 28040 28041 28042 28043 |
# File 'lib/eBay.rb', line 28038 def initialize(sMSSubscription = nil, summarySchedule = [], externalUserData = nil) @sMSSubscription = sMSSubscription @summarySchedule = summarySchedule @externalUserData = externalUserData @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28032 28033 28034 |
# File 'lib/eBay.rb', line 28032 def __xmlele_any @__xmlele_any end |
#externalUserData ⇒ Object
Returns the value of attribute externalUserData.
28031 28032 28033 |
# File 'lib/eBay.rb', line 28031 def externalUserData @externalUserData end |
#sMSSubscription ⇒ Object
Returns the value of attribute sMSSubscription.
28029 28030 28031 |
# File 'lib/eBay.rb', line 28029 def sMSSubscription @sMSSubscription end |
#summarySchedule ⇒ Object
Returns the value of attribute summarySchedule.
28030 28031 28032 |
# File 'lib/eBay.rb', line 28030 def summarySchedule @summarySchedule end |
Instance Method Details
#set_any(elements) ⇒ Object
28034 28035 28036 |
# File 'lib/eBay.rb', line 28034 def set_any(elements) @__xmlele_any = elements end |