Class: Ebay::Requests::GetMemberMessages

Inherits:
Abstract show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/requests/get_member_messages.rb

Overview

Attributes

text_node :item_id, 'ItemID', :optional => true
text_node :mail_message_type, 'MailMessageType', :optional => true
text_node :message_status, 'MessageStatus', :optional => true
boolean_node :display_to_public, 'DisplayToPublic', 'true', 'false', :optional => true
time_node :start_creation_time, 'StartCreationTime', :optional => true
time_node :end_creation_time, 'EndCreationTime', :optional => true
object_node :pagination, 'Pagination', :class => Pagination, :optional => true
text_node :member_message_id, 'MemberMessageID', :optional => true
text_node :sender_id, 'SenderID', :optional => true

Instance Attribute Summary

Attributes inherited from Base

#auth_token, #password, #username

Method Summary

Methods included from Initializer

#initialize, #object_attributes=

Methods inherited from Abstract

#detail_level, #detail_level=

Methods inherited from Base

#call_name, #requester_credentials

Methods included from Types

#type