Class: Beaconcha::EthStore
- Inherits:
-
Object
- Object
- Beaconcha::EthStore
- Defined in:
- lib/beaconcha/eth_store.rb
Instance Method Summary collapse
-
#initialize(api_key: nil, uri_base: nil) ⇒ EthStore
constructor
A new instance of EthStore.
- #retrieve(day:) ⇒ Object
Constructor Details
#initialize(api_key: nil, uri_base: nil) ⇒ EthStore
Returns a new instance of EthStore.
3 4 5 6 |
# File 'lib/beaconcha/eth_store.rb', line 3 def initialize(api_key: nil, uri_base: nil) Beaconcha.configuration.api_key = api_key if api_key Beaconcha.configuration.uri_base = uri_base if uri_base end |