Class: Ebay::Responses::GetPopularKeywords

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

Overview

Attributes

object_node :pagination_result, 'PaginationResult', :class => PaginationResult, :optional => true
array_node :categories, 'CategoryArray', 'Category', :class => Category, :default_value => []
boolean_node :has_more, 'HasMore', 'true', 'false', :optional => true

Method Summary

Methods included from Initializer

#initialize, #object_attributes=

Methods inherited from Base

#errors?, #failure?, #partial_failure?, #success?, #warning?

Methods included from Types

#type