Method: Stellar::Amount#inspect

Defined in:
lib/stellar/amount.rb

#inspectObject



32
33
34
# File 'lib/stellar/amount.rb', line 32

def inspect
  "#<Stellar::Amount #{asset}(#{amount})>"
end