Class: EBay::NotificationEventPropertyType

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

Overview

urn:ebay:apis:eBLBaseComponentsNotificationEventPropertyType

eventType - EBay::NotificationEventTypeCodeType
name - EBay::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.



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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



27982
27983
27984
# File 'lib/eBay.rb', line 27982

def __xmlele_any
  @__xmlele_any
end

#eventTypeObject

Returns the value of attribute eventType.



27979
27980
27981
# File 'lib/eBay.rb', line 27979

def eventType
  @eventType
end

#nameObject

Returns the value of attribute name.



27980
27981
27982
# File 'lib/eBay.rb', line 27980

def name
  @name
end

#valueObject

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