Class: NotificationEventPropertyType

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

Overview

urn:ebay:apis:eBLBaseComponentsNotificationEventPropertyType

eventType - NotificationEventTypeCodeType
name - NotificationEventPropertyNameCodeType
value - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of NotificationEventPropertyType.



21756
21757
21758
21759
21760
21761
# File 'lib/eBay.rb', line 21756

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.



21750
21751
21752
# File 'lib/eBay.rb', line 21750

def __xmlele_any
  @__xmlele_any
end

#eventTypeObject

Returns the value of attribute eventType.



21747
21748
21749
# File 'lib/eBay.rb', line 21747

def eventType
  @eventType
end

#nameObject

Returns the value of attribute name.



21748
21749
21750
# File 'lib/eBay.rb', line 21748

def name
  @name
end

#valueObject

Returns the value of attribute value.



21749
21750
21751
# File 'lib/eBay.rb', line 21749

def value
  @value
end

Instance Method Details

#set_any(elements) ⇒ Object



21752
21753
21754
# File 'lib/eBay.rb', line 21752

def set_any(elements)
  @__xmlele_any = elements
end