Class: ItsyBtc::WalletEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/itsy-btc/wallet_entry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressObject

Returns the value of attribute address.



3
4
5
# File 'lib/itsy-btc/wallet_entry.rb', line 3

def address
  @address
end

#commentObject

Returns the value of attribute comment.



3
4
5
# File 'lib/itsy-btc/wallet_entry.rb', line 3

def comment
  @comment
end

#keyObject

Returns the value of attribute key.



3
4
5
# File 'lib/itsy-btc/wallet_entry.rb', line 3

def key
  @key
end