Class: Ebay::Requests::GetSellerEvents

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

Overview

Attributes

text_node :user_id, 'UserID', :optional => true
time_node :start_time_from, 'StartTimeFrom', :optional => true
time_node :start_time_to, 'StartTimeTo', :optional => true
time_node :end_time_from, 'EndTimeFrom', :optional => true
time_node :end_time_to, 'EndTimeTo', :optional => true
time_node :mod_time_from, 'ModTimeFrom', :optional => true
time_node :mod_time_to, 'ModTimeTo', :optional => true
boolean_node :new_item_filter, 'NewItemFilter', 'true', 'false', :optional => true
boolean_node :include_watch_count, 'IncludeWatchCount', 'true', 'false', :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