Class: Ebay::Responses::GetMemberMessages

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

Overview

Attributes

array_node :member_messages, 'MemberMessage', 'MemberMessageExchange', :class => MemberMessageExchange, :default_value => []
object_node :pagination_result, 'PaginationResult', :class => PaginationResult, :optional => true
boolean_node :has_more_items, 'HasMoreItems', 'true', 'false', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=

Methods inherited from Base

#errors?, #failure?, #partial_failure?, #success?, #warning?

Methods included from Types

#type