Class: Ebay::Requests::GetSellingManagerSoldListings

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

Overview

Attributes

object_node :search, 'Search', :class => SellingManagerSearch, :optional => true
numeric_node :store_category_id, 'StoreCategoryID', :optional => true
value_array_node :filters, 'Filter', :default_value => []
boolean_node :archived, 'Archived', 'true', 'false', :optional => true
text_node :sort, 'Sort', :optional => true
text_node :sort_order, 'SortOrder', :optional => true
object_node :pagination, 'Pagination', :class => Pagination, :optional => true
object_node :sale_date_range, 'SaleDateRange', :class => TimeRange, :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