Class: Ebay::Requests::GetItem

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

Overview

Attributes

text_node :item_id, 'ItemID', :optional => true
boolean_node :include_watch_count, 'IncludeWatchCount', 'true', 'false', :optional => true
boolean_node :include_cross_promotion, 'IncludeCrossPromotion', 'true', 'false', :optional => true
boolean_node :include_item_specifics, 'IncludeItemSpecifics', 'true', 'false', :optional => true
boolean_node :include_tax_table, 'IncludeTaxTable', 'true', 'false', :optional => true
text_node :sku, 'SKU', :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