Class: EBay::MemberMessageExchangeType
- Inherits:
-
Object
- Object
- EBay::MemberMessageExchangeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMemberMessageExchangeType
item - EBay::ItemType
question - EBay::MemberMessageType
response - SOAP::SOAPString
- EBay::MessageStatusTypeCodeType
creationDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
- EBay::MessageMediaType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#creationDate ⇒ Object
Returns the value of attribute creationDate.
-
#item ⇒ Object
Returns the value of attribute item.
-
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
-
#messageMedia ⇒ Object
Returns the value of attribute messageMedia.
-
#messageStatus ⇒ Object
Returns the value of attribute messageStatus.
-
#question ⇒ Object
Returns the value of attribute question.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(item = nil, question = nil, response = [], messageStatus = nil, creationDate = nil, lastModifiedDate = nil, messageMedia = []) ⇒ MemberMessageExchangeType
constructor
A new instance of MemberMessageExchangeType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(item = nil, question = nil, response = [], messageStatus = nil, creationDate = nil, lastModifiedDate = nil, messageMedia = []) ⇒ MemberMessageExchangeType
Returns a new instance of MemberMessageExchangeType.
26958 26959 26960 26961 26962 26963 26964 26965 26966 26967 |
# File 'lib/eBay.rb', line 26958 def initialize(item = nil, question = nil, response = [], = nil, creationDate = nil, lastModifiedDate = nil, = []) @item = item @question = question @response = response @messageStatus = @creationDate = creationDate @lastModifiedDate = lastModifiedDate @messageMedia = @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26952 26953 26954 |
# File 'lib/eBay.rb', line 26952 def __xmlele_any @__xmlele_any end |
#creationDate ⇒ Object
Returns the value of attribute creationDate.
26949 26950 26951 |
# File 'lib/eBay.rb', line 26949 def creationDate @creationDate end |
#item ⇒ Object
Returns the value of attribute item.
26945 26946 26947 |
# File 'lib/eBay.rb', line 26945 def item @item end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
26950 26951 26952 |
# File 'lib/eBay.rb', line 26950 def lastModifiedDate @lastModifiedDate end |
#messageMedia ⇒ Object
Returns the value of attribute messageMedia.
26951 26952 26953 |
# File 'lib/eBay.rb', line 26951 def @messageMedia end |
#messageStatus ⇒ Object
Returns the value of attribute messageStatus.
26948 26949 26950 |
# File 'lib/eBay.rb', line 26948 def @messageStatus end |
#question ⇒ Object
Returns the value of attribute question.
26946 26947 26948 |
# File 'lib/eBay.rb', line 26946 def question @question end |
#response ⇒ Object
Returns the value of attribute response.
26947 26948 26949 |
# File 'lib/eBay.rb', line 26947 def response @response end |
Instance Method Details
#set_any(elements) ⇒ Object
26954 26955 26956 |
# File 'lib/eBay.rb', line 26954 def set_any(elements) @__xmlele_any = elements end |