Class: BetfairApiNgRails::Api::Data::EventResult

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

Constant Summary collapse

EVENT_RESULT_ATTRS =
[
  :market_count,
  {event: { type: BetfairApiNgRails::Event }}
]

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