Class: NotificationEventPropertyType

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

Overview

urn:ebay:apis:eBLBaseComponentsNotificationEventPropertyType

Constant Summary collapse

@@schema_type =
"NotificationEventPropertyType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["eventType", ["NotificationEventTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "EventType")]],
  ["name", ["NotificationEventPropertyNameCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Name")]],
  ["value", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Value")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eventType = nil, name = nil, value = nil) ⇒ NotificationEventPropertyType

Returns a new instance of NotificationEventPropertyType.



17704
17705
17706
17707
17708
17709
# File 'lib/eBay.rb', line 17704

def initialize(eventType = nil, name = nil, value = nil)
  @eventType = eventType
  @name = name
  @value = value
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17698
17699
17700
# File 'lib/eBay.rb', line 17698

def __xmlele_any
  @__xmlele_any
end

#eventTypeObject

Returns the value of attribute eventType.



17695
17696
17697
# File 'lib/eBay.rb', line 17695

def eventType
  @eventType
end

#nameObject

Returns the value of attribute name.



17696
17697
17698
# File 'lib/eBay.rb', line 17696

def name
  @name
end

#valueObject

Returns the value of attribute value.



17697
17698
17699
# File 'lib/eBay.rb', line 17697

def value
  @value
end

Instance Method Details

#set_any(elements) ⇒ Object



17700
17701
17702
# File 'lib/eBay.rb', line 17700

def set_any(elements)
  @__xmlele_any = elements
end