Class: EBay::NotificationEventPropertyType
- Inherits:
-
Object
- Object
- EBay::NotificationEventPropertyType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsNotificationEventPropertyType
eventType - EBay::NotificationEventTypeCodeType
name - EBay::NotificationEventPropertyNameCodeType
value - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#eventType ⇒ Object
Returns the value of attribute eventType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(eventType = nil, name = nil, value = nil) ⇒ NotificationEventPropertyType
constructor
A new instance of NotificationEventPropertyType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(eventType = nil, name = nil, value = nil) ⇒ NotificationEventPropertyType
Returns a new instance of NotificationEventPropertyType.
27988 27989 27990 27991 27992 27993 |
# File 'lib/eBay.rb', line 27988 def initialize(eventType = nil, name = nil, value = nil) @eventType = eventType @name = name @value = value @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
27982 27983 27984 |
# File 'lib/eBay.rb', line 27982 def __xmlele_any @__xmlele_any end |
#eventType ⇒ Object
Returns the value of attribute eventType.
27979 27980 27981 |
# File 'lib/eBay.rb', line 27979 def eventType @eventType end |
#name ⇒ Object
Returns the value of attribute name.
27980 27981 27982 |
# File 'lib/eBay.rb', line 27980 def name @name end |
#value ⇒ Object
Returns the value of attribute value.
27981 27982 27983 |
# File 'lib/eBay.rb', line 27981 def value @value end |
Instance Method Details
#set_any(elements) ⇒ Object
27984 27985 27986 |
# File 'lib/eBay.rb', line 27984 def set_any(elements) @__xmlele_any = elements end |