Class: MemberMessageExchangeType

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

Overview

urn:ebay:apis:eBLBaseComponentsMemberMessageExchangeType

item - ItemType
question - MemberMessageType
response - SOAP::SOAPString
messageStatus - MessageStatusTypeCodeType
creationDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(item = nil, question = nil, response = [], messageStatus = nil, creationDate = nil, lastModifiedDate = nil) ⇒ MemberMessageExchangeType

Returns a new instance of MemberMessageExchangeType.



21125
21126
21127
21128
21129
21130
21131
21132
21133
# File 'lib/eBay.rb', line 21125

def initialize(item = nil, question = nil, response = [], messageStatus = nil, creationDate = nil, lastModifiedDate = nil)
  @item = item
  @question = question
  @response = response
  @messageStatus = messageStatus
  @creationDate = creationDate
  @lastModifiedDate = lastModifiedDate
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21119
21120
21121
# File 'lib/eBay.rb', line 21119

def __xmlele_any
  @__xmlele_any
end

#creationDateObject

Returns the value of attribute creationDate.



21117
21118
21119
# File 'lib/eBay.rb', line 21117

def creationDate
  @creationDate
end

#itemObject

Returns the value of attribute item.



21113
21114
21115
# File 'lib/eBay.rb', line 21113

def item
  @item
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



21118
21119
21120
# File 'lib/eBay.rb', line 21118

def lastModifiedDate
  @lastModifiedDate
end

#messageStatusObject

Returns the value of attribute messageStatus.



21116
21117
21118
# File 'lib/eBay.rb', line 21116

def messageStatus
  @messageStatus
end

#questionObject

Returns the value of attribute question.



21114
21115
21116
# File 'lib/eBay.rb', line 21114

def question
  @question
end

#responseObject

Returns the value of attribute response.



21115
21116
21117
# File 'lib/eBay.rb', line 21115

def response
  @response
end

Instance Method Details

#set_any(elements) ⇒ Object



21121
21122
21123
# File 'lib/eBay.rb', line 21121

def set_any(elements)
  @__xmlele_any = elements
end