Class: Ebay::Requests::GetSellerList

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

Overview

Attributes

text_node :user_id, 'UserID', :optional => true
value_array_node :motors_dealer_users, 'MotorsDealerUsers', 'UserID', :default_value => []
time_node :end_time_from, 'EndTimeFrom', :optional => true
time_node :end_time_to, 'EndTimeTo', :optional => true
numeric_node :sort, 'Sort', :optional => true
time_node :start_time_from, 'StartTimeFrom', :optional => true
time_node :start_time_to, 'StartTimeTo', :optional => true
object_node :pagination, 'Pagination', :class => Pagination, :optional => true
text_node :granularity_level, 'GranularityLevel', :optional => true
value_array_node :skus, 'SKUArray', 'SKU', :default_value => []
boolean_node :include_watch_count, 'IncludeWatchCount', 'true', 'false', :optional => true
boolean_node :admin_ended_items_only, 'AdminEndedItemsOnly', 'true', 'false', :optional => true
numeric_node :category_id, 'CategoryID', :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