Module: IEX::Api::Crypto
- Defined in:
- lib/iex/api/crypto.rb
Class Method Summary collapse
Class Method Details
.connection ⇒ Object
8 9 10 |
# File 'lib/iex/api/crypto.rb', line 8 def self.connection IEX::Api.default_connection 'market/crypto' end |
.get ⇒ Object
4 5 6 |
# File 'lib/iex/api/crypto.rb', line 4 def self.get connection.get.body end |