Class: Ebay::Responses::GetAccount

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

Overview

Attributes

text_node :account_id, 'AccountID', :optional => true
object_node :account_summary, 'AccountSummary', :class => AccountSummary, :optional => true
text_node :currency, 'Currency', :optional => true
array_node :account_entries, 'AccountEntries', 'AccountEntry', :class => AccountEntry, :default_value => []
object_node :pagination_result, 'PaginationResult', :class => PaginationResult, :optional => true
boolean_node :has_more_entries, 'HasMoreEntries', 'true', 'false', :optional => true
numeric_node :entries_per_page, 'EntriesPerPage', :optional => true
numeric_node :page_number, 'PageNumber', :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