Method: AsposeCellsCloud::ObjectExistsExtensions#initialize
- Defined in:
- lib/aspose_cells_cloud/models/object_exists_extensions.rb
#initialize(attributes = {}) ⇒ ObjectExistsExtensions
Initializes the object
49 50 51 52 53 54 55 56 |
# File 'lib/aspose_cells_cloud/models/object_exists_extensions.rb', line 49 def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}){|(k,v), h| h[k.to_sym] = v} end |