Method: Wallet#initialize
- Defined in:
- lib/shilling/wallet.rb
#initialize(address) ⇒ Wallet
Returns a new instance of Wallet.
7 8 9 |
# File 'lib/shilling/wallet.rb', line 7 def initialize( address ) @address = address end |
Returns a new instance of Wallet.
7 8 9 |
# File 'lib/shilling/wallet.rb', line 7 def initialize( address ) @address = address end |