Method: NucleusApi::PageAggregationAccountBalance#hash

Defined in:
lib/nucleus_api/models/page_aggregation_account_balance.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



152
153
154
# File 'lib/nucleus_api/models/page_aggregation_account_balance.rb', line 152

def hash
  [content, first, last, number, number_of_elements, size, sort, total_elements, total_pages].hash
end