Class: Ebay::Responses::GetOrders

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

Overview

Attributes

object_node :pagination_result, 'PaginationResult', :class => PaginationResult, :optional => true
boolean_node :has_more_orders, 'HasMoreOrders', 'true', 'false', :optional => true
array_node :orders, 'OrderArray', 'Order', :class => Order, :default_value => []
numeric_node :orders_per_page, 'OrdersPerPage', :optional => true
numeric_node :page_number, 'PageNumber', :optional => true
numeric_node :returned_order_count_actual, 'ReturnedOrderCountActual', :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