Class: Cryptsy::API2::Currencies
- Inherits:
-
Object
- Object
- Cryptsy::API2::Currencies
- Defined in:
- lib/cryptsy/api2/currencies.rb
Instance Method Summary collapse
- #info(currency_id) ⇒ Object
-
#initialize(public_key = nil, private_key = nil) ⇒ Currencies
constructor
A new instance of Currencies.
- #list ⇒ Object
- #marketlist(currency_id) ⇒ Object
Constructor Details
#initialize(public_key = nil, private_key = nil) ⇒ Currencies
Returns a new instance of Currencies.
4 5 6 7 |
# File 'lib/cryptsy/api2/currencies.rb', line 4 def initialize(public_key=nil, private_key=nil) @public_key = public_key @private_key = private_key end |