Class: NotificationUserDataType

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

Overview

urn:ebay:apis:eBLBaseComponentsNotificationUserDataType

Constant Summary collapse

@@schema_type =
"NotificationUserDataType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["sMSPhone", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "SMSPhone")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(sMSPhone = nil) ⇒ NotificationUserDataType

Returns a new instance of NotificationUserDataType.



17823
17824
17825
17826
# File 'lib/eBay.rb', line 17823

def initialize(sMSPhone = nil)
  @sMSPhone = sMSPhone
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17817
17818
17819
# File 'lib/eBay.rb', line 17817

def __xmlele_any
  @__xmlele_any
end

#sMSPhoneObject

Returns the value of attribute sMSPhone.



17816
17817
17818
# File 'lib/eBay.rb', line 17816

def sMSPhone
  @sMSPhone
end

Instance Method Details

#set_any(elements) ⇒ Object



17819
17820
17821
# File 'lib/eBay.rb', line 17819

def set_any(elements)
  @__xmlele_any = elements
end