Class: TezosClient::ClientInterface
- Inherits:
-
Object
- Object
- TezosClient::ClientInterface
- Includes:
- BlockContextual, ClientWrapper, Contract, Key, Misc, Logger
- Defined in:
- lib/tezos_client/client_interface.rb,
lib/tezos_client/client_interface/key.rb,
lib/tezos_client/client_interface/misc.rb,
lib/tezos_client/client_interface/contract.rb,
lib/tezos_client/client_interface/client_wrapper.rb,
lib/tezos_client/client_interface/block_contextual.rb
Defined Under Namespace
Modules: BlockContextual, ClientWrapper, Contract, Key, Misc
Instance Attribute Summary collapse
-
#config_file ⇒ Object
readonly
Returns the value of attribute config_file.
Instance Method Summary collapse
-
#initialize(config_file: nil) ⇒ ClientInterface
constructor
A new instance of ClientInterface.
Methods included from BlockContextual
Methods included from Contract
Methods included from Key
#addresses, #gen_keys, #import_public_key, #import_secret_key
Methods included from Misc
Methods included from ClientWrapper
Methods included from Logger
Constructor Details
#initialize(config_file: nil) ⇒ ClientInterface
Returns a new instance of ClientInterface.
21 22 23 |
# File 'lib/tezos_client/client_interface.rb', line 21 def initialize(config_file: nil) @config_file = config_file end |
Instance Attribute Details
#config_file ⇒ Object (readonly)
Returns the value of attribute config_file.
11 12 13 |
# File 'lib/tezos_client/client_interface.rb', line 11 def config_file @config_file end |