Class: BitShares::Wallet
- Inherits:
-
Object
- Object
- BitShares::Wallet
- Defined in:
- lib/bitshares/wallet.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#asset ⇒ Object
Returns the value of attribute asset.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(hash) ⇒ Wallet
constructor
A new instance of Wallet.
Constructor Details
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
3 4 5 |
# File 'lib/bitshares/wallet.rb', line 3 def amount @amount end |
#asset ⇒ Object
Returns the value of attribute asset.
3 4 5 |
# File 'lib/bitshares/wallet.rb', line 3 def asset @asset end |