Class: Bitbot::Trader::Provider Abstract
- Inherits:
-
Object
- Object
- Bitbot::Trader::Provider
- Includes:
- ApiMethods
- Defined in:
- lib/bitbot/trader/provider.rb
Overview
This class is abstract.
Common Provider methods
Direct Known Subclasses
Bitbot::Trader::Providers::Bitstamp, Bitbot::Trader::Providers::MtGox
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
private
Object that communicates with external API.
Method Summary
Methods included from ApiMethods
Instance Attribute Details
#client ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Object that communicates with external API
16 17 18 |
# File 'lib/bitbot/trader/provider.rb', line 16 def client @client end |