Method: AsposeCellsCloud::PostUpdateWordCaseRequest#initialize

Defined in:
lib/aspose_cells_cloud/requests/post_update_word_case_request.rb

#initialize(attributes = {}) ⇒ PostUpdateWordCaseRequest

Returns a new instance of PostUpdateWordCaseRequest.



36
37
38
39
40
41
42
43
44
45
46
# File 'lib/aspose_cells_cloud/requests/post_update_word_case_request.rb', line 36

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}

  if attributes.has_key?(:'wordCaseOptions')
      self.word_case_options = attributes[:'wordCaseOptions']
  end

end