Class: EbayTrading::Types::MemberMessageExchange

Inherits:
Object
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay_trading/types/member_message_exchange.rb

Overview

Attributes

object_node :item, 'Item', :class => Item, :optional => true
object_node :question, 'Question', :class => MemberMessage, :optional => true
text_node :response, 'Response', :optional => true
text_node :message_status, 'MessageStatus', :optional => true
datetime_node :creation_date, 'CreationDate', :optional => true
datetime_node :last_modified_date, 'LastModifiedDate', :optional => true
array_node :message_media, 'MessageMedia', :class => MessageMedia, :default_value => []

Method Summary

Methods included from Initializer

#initialize, #object_attributes=