Class: BetfairApiNgRails::Api::Data::AccountStatementReport

Inherits:
Base
  • Object
show all
Defined in:
lib/betfair_api_ng_rails/api/data/account_statement_report.rb

Overview

A container representing search results.

Constant Summary collapse

ACCOUNT_STATEMENT_REPORT_ATTRS =
[
  :more_available,
  { account_statement: { type: BetfairApiNgRails::StatementItem, array: true } }
]

Constants included from Concerns::Attributable

Concerns::Attributable::DEFAULT_OPTIONS

Method Summary

Methods inherited from Base

#initialize

Methods included from Concerns::Jsonable

included

Methods included from Concerns::Attributable

included

Constructor Details

This class inherits a constructor from BetfairApiNgRails::Api::Data::Base