Module: Bitcoin2Graphdb::Bitcoin
- Defined in:
- lib/bitcoin2graphdb/bitcoin.rb,
lib/bitcoin2graphdb/bitcoin/blockchain_provider.rb
Defined Under Namespace
Classes: BlockchainProvider
Class Attribute Summary collapse
-
.provider ⇒ Object
Returns the value of attribute provider.
Class Method Summary collapse
Class Attribute Details
.provider ⇒ Object
Returns the value of attribute provider.
5 6 7 |
# File 'lib/bitcoin2graphdb/bitcoin/blockchain_provider.rb', line 5 def provider @provider end |
Class Method Details
.open(config) ⇒ Object
7 8 9 |
# File 'lib/bitcoin2graphdb/bitcoin/blockchain_provider.rb', line 7 def open(config) self.provider = BlockchainProvider.new(config) end |