Sha256: d995ae55b803727baec19dc4b498acc9b1555abf20fbfd14bedaa72a5829319d

Contents?: true

Size: 1.22 KB

Versions: 2

Compression:

Stored size: 1.22 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

# This class allows you to set the base host Aspose URI
module Aspose
  module Cloud
    module Common
      class Product
        # Sets the host product URI
        def self.set_base_product_uri product_uri
          @@product_uri = product_uri
        end

        def self.product_uri
          @@product_uri
        end
      end
    end    
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
asposecloud-1.1.2 lib/Common/product.rb
asposecloud-1.0.0 lib/Common/product.rb