Method: AsposePdfCloud::DiscUsage#hash
- Defined in:
- lib/aspose_pdf_cloud/models/disc_usage.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
109 110 111 |
# File 'lib/aspose_pdf_cloud/models/disc_usage.rb', line 109 def hash [used_size, total_size].hash end |