Sha256: 92c123b2834111d8855a69d6c31e4305672677b47caa0c964a0476a54fbd16fb
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
# Copyright (c) Aspose 2002-2014. All Rights Reserved. # # LICENSE: This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 3 # of the License, or (at your option) any later version. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://opensource.org/licenses/gpl-3.0.html>;. # # @package Aspose_Cloud_SDK_For_Ruby # @author Assad Mahmood Qazi <assad.mahmood@aspose.com> # @link https://github.com/asposeforcloud/Aspose_Cloud_SDK_For_Ruby/tree/revamp require 'rubygems' require 'rest_client' require 'json' require 'openssl' require 'base64' require 'uri' require 'rexml/document' # This module provide common classes and methods to be used by other SDK modules require_relative 'Common/product' require_relative 'Common/aspose_app' require_relative 'Common/utils'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
asposecloud-1.1.2 | lib/aspose_common.rb |
asposecloud-1.0.0 | lib/aspose_common.rb |