Class: CardanoWallet::Misc::Init
- Defined in:
- lib/cardano_wallet/misc.rb
Overview
Base Class for Misc API
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#network ⇒ Object
Call API for Network.
- #node ⇒ Object
- #proxy ⇒ Object
- #settings ⇒ Object
- #utils ⇒ Object
Methods inherited from Base
#byron, #initialize, #misc, #shared, #shelley
Constructor Details
This class inherits a constructor from CardanoWallet::Base
Instance Method Details
#network ⇒ Object
Call API for Network
19 20 21 |
# File 'lib/cardano_wallet/misc.rb', line 19 def network Network.new @opt end |
#node ⇒ Object
39 40 41 |
# File 'lib/cardano_wallet/misc.rb', line 39 def node Node.new @opt end |
#proxy ⇒ Object
29 30 31 |
# File 'lib/cardano_wallet/misc.rb', line 29 def proxy Proxy.new @opt end |
#settings ⇒ Object
34 35 36 |
# File 'lib/cardano_wallet/misc.rb', line 34 def settings Settings.new @opt end |
#utils ⇒ Object
24 25 26 |
# File 'lib/cardano_wallet/misc.rb', line 24 def utils Utils.new @opt end |