Class: NotificationUserDataType
- Inherits:
-
Object
- Object
- NotificationUserDataType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsNotificationUserDataType
Constant Summary collapse
- @@schema_type =
"NotificationUserDataType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["sMSSubscription", ["SMSSubscriptionType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SMSSubscription")]], ["summarySchedule", ["SummaryEventScheduleType[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SummarySchedule")]], ["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.
-
#sMSSubscription ⇒ Object
Returns the value of attribute sMSSubscription.
-
#summarySchedule ⇒ Object
Returns the value of attribute summarySchedule.
Instance Method Summary collapse
-
#initialize(sMSSubscription = nil, summarySchedule = []) ⇒ NotificationUserDataType
constructor
A new instance of NotificationUserDataType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(sMSSubscription = nil, summarySchedule = []) ⇒ NotificationUserDataType
20286 20287 20288 20289 20290 |
# File 'lib/eBay.rb', line 20286 def initialize(sMSSubscription = nil, summarySchedule = []) @sMSSubscription = sMSSubscription @summarySchedule = summarySchedule @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20280 20281 20282 |
# File 'lib/eBay.rb', line 20280 def __xmlele_any @__xmlele_any end |
#sMSSubscription ⇒ Object
Returns the value of attribute sMSSubscription.
20278 20279 20280 |
# File 'lib/eBay.rb', line 20278 def sMSSubscription @sMSSubscription end |
#summarySchedule ⇒ Object
Returns the value of attribute summarySchedule.
20279 20280 20281 |
# File 'lib/eBay.rb', line 20279 def summarySchedule @summarySchedule end |
Instance Method Details
#set_any(elements) ⇒ Object
20282 20283 20284 |
# File 'lib/eBay.rb', line 20282 def set_any(elements) @__xmlele_any = elements end |