Class: MemberMessageExchangeType
- Inherits:
-
Object
- Object
- MemberMessageExchangeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsMemberMessageExchangeType
Constant Summary collapse
- @@schema_type =
"MemberMessageExchangeType"- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"- @@schema_element =
[ ["item", ["ItemType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Item")]], ["question", ["MemberMessageType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Question")]], ["response", ["SOAP::SOAPString[]", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Response")]], ["messageStatus", ["MessageStatusTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "MessageStatus")]], ["creationDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "CreationDate")]], ["lastModifiedDate", ["SOAP::SOAPDateTime", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LastModifiedDate")]], ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]] ]
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.
-
#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) ⇒ 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) ⇒ MemberMessageExchangeType
Returns a new instance of MemberMessageExchangeType.
19434 19435 19436 19437 19438 19439 19440 19441 19442 |
# File 'lib/eBay.rb', line 19434 def initialize(item = nil, question = nil, response = [], = nil, creationDate = nil, lastModifiedDate = nil) @item = item @question = question @response = response @messageStatus = @creationDate = creationDate @lastModifiedDate = lastModifiedDate @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
19428 19429 19430 |
# File 'lib/eBay.rb', line 19428 def __xmlele_any @__xmlele_any end |
#creationDate ⇒ Object
Returns the value of attribute creationDate.
19426 19427 19428 |
# File 'lib/eBay.rb', line 19426 def creationDate @creationDate end |
#item ⇒ Object
Returns the value of attribute item.
19422 19423 19424 |
# File 'lib/eBay.rb', line 19422 def item @item end |
#lastModifiedDate ⇒ Object
Returns the value of attribute lastModifiedDate.
19427 19428 19429 |
# File 'lib/eBay.rb', line 19427 def lastModifiedDate @lastModifiedDate end |
#messageStatus ⇒ Object
Returns the value of attribute messageStatus.
19425 19426 19427 |
# File 'lib/eBay.rb', line 19425 def @messageStatus end |
#question ⇒ Object
Returns the value of attribute question.
19423 19424 19425 |
# File 'lib/eBay.rb', line 19423 def question @question end |
#response ⇒ Object
Returns the value of attribute response.
19424 19425 19426 |
# File 'lib/eBay.rb', line 19424 def response @response end |
Instance Method Details
#set_any(elements) ⇒ Object
19430 19431 19432 |
# File 'lib/eBay.rb', line 19430 def set_any(elements) @__xmlele_any = elements end |