Method: AsposeCellsCloud::GoogleDriveStorageFile#to_hash
- Defined in:
- lib/aspose_cells_cloud/models/google_drive_storage_file.rb
#to_hash ⇒ Hash
Returns the object in the form of hash
240 241 242 243 244 245 246 247 248 |
# File 'lib/aspose_cells_cloud/models/google_drive_storage_file.rb', line 240 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = self.send(attr) next if value.nil? hash[param] = _to_hash(value) end hash end |