Method: TripletexRubyClient::Stock#hash
- Defined in:
- lib/tripletex_ruby_client/models/stock.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
126 127 128 |
# File 'lib/tripletex_ruby_client/models/stock.rb', line 126 def hash [inventory, inventory_id, opening_stock, changes_in_period, closing_stock].hash end |