Method: AsposeCellsCloud::DiscUsage#hash
- Defined in:
- lib/aspose_cells_cloud/models/disc_usage.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
112 113 114 |
# File 'lib/aspose_cells_cloud/models/disc_usage.rb', line 112 def hash [ used_size , total_size ].hash end |