Class: NotificationUserDataType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsNotificationUserDataType

sMSSubscription - SMSSubscriptionType
summarySchedule - SummaryEventScheduleType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sMSSubscription = nil, summarySchedule = []) ⇒ NotificationUserDataType

Returns a new instance of NotificationUserDataType.



21804
21805
21806
21807
21808
# File 'lib/eBay.rb', line 21804

def initialize(sMSSubscription = nil, summarySchedule = [])
  @sMSSubscription = sMSSubscription
  @summarySchedule = summarySchedule
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21798
21799
21800
# File 'lib/eBay.rb', line 21798

def __xmlele_any
  @__xmlele_any
end

#sMSSubscriptionObject

Returns the value of attribute sMSSubscription.



21796
21797
21798
# File 'lib/eBay.rb', line 21796

def sMSSubscription
  @sMSSubscription
end

#summaryScheduleObject

Returns the value of attribute summarySchedule.



21797
21798
21799
# File 'lib/eBay.rb', line 21797

def summarySchedule
  @summarySchedule
end

Instance Method Details

#set_any(elements) ⇒ Object



21800
21801
21802
# File 'lib/eBay.rb', line 21800

def set_any(elements)
  @__xmlele_any = elements
end