Class: Ebay::Requests::GetCharities

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

Overview

Attributes

text_node :charity_id, 'CharityID', :optional => true
text_node :charity_name, 'CharityName', :optional => true
text_node :query, 'Query', :optional => true
numeric_node :charity_region, 'CharityRegion', :optional => true
numeric_node :charity_domain, 'CharityDomain', :optional => true
boolean_node :include_description, 'IncludeDescription', 'true', 'false', :optional => true
text_node :match_type, 'MatchType', :optional => true
boolean_node :featured, 'Featured', '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