Module: Betfair::API::Success
- Defined in:
- lib/betfair/api.rb
Overview
Success and Failure get mixed in to API result values so that you can tell the difference easily - just call #success? on the result to find out if it worked
Instance Method Summary collapse
Instance Method Details
#success? ⇒ Boolean
22 |
# File 'lib/betfair/api.rb', line 22 def success?; true; end |