module AsposeOmrCloud

Copyright © 2018 Aspose Pty Ltd. All Rights Reserved.

Licensed under the MIT (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://github.com/aspose-omr-cloud/aspose-omr-cloud-ruby/blob/master/LICENSE

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

#Aspose.OMR for Cloud API Reference

#Aspose.OMR for Cloud helps performing optical mark recognition in the cloud

OpenAPI spec version: 1.1

Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.0-SNAPSHOT

end

Copyright © 2018 Aspose Pty Ltd. All Rights Reserved.

Licensed under the MIT (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://github.com/aspose-omr-cloud/aspose-omr-cloud-ruby/blob/master/LICENSE

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

#Aspose.OMR for Cloud API Reference

#Aspose.OMR for Cloud helps performing optical mark recognition in the cloud

OpenAPI spec version: 1.1

Generated by: github.com/swagger-api/swagger-codegen.git Swagger Codegen version: 3.0.0-SNAPSHOT

end

Constants

VERSION

Public Class Methods

configure() { |default| ... } click to toggle source

Customize default settings for the SDK using block.

AsposeOmrCloud.configure do |config|
  config.username = "xxx"
  config.password = "xxx"
end

If no block given, return the default Configuration object.

# File lib/aspose_omr_cloud.rb, line 57
def configure
  if block_given?
    yield(Configuration.default)
  else
    Configuration.default
  end
end