Class: BetfairApiNgRails::Api::Data::RunnerCatalog

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

Constant Summary collapse

RUNNER_CATALOG_ATTRS =
[
  :selection_id,
  :runner_name,
  :handicap,
  :sort_priority,
  :metadata
]

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