Method: Transaction.from_h

Defined in:
lib/shilling/transaction.rb

.from_h(hash) ⇒ Object



14
15
16
# File 'lib/shilling/transaction.rb', line 14

def self.from_h( hash )
  self.new *hash.values_at( 'from', 'to', 'amount', 'id' )
end