module SmartCloud

The main SmartCloud driver

The main SmartCloud App driver

The main SmartCloud Apps Rails driver

The main SmartCloud Boot driver

The main SmartCloud Credentials driver

The main SmartCloud Docker driver

The main SmartCloud Engine driver

The main SmartCloud Grids Minio driver

The main SmartCloud Grids Redmine driver

The main SmartCloud Machine driver

The main SmartCloud SSH driver

The main SmartCloud User driver

Public Class Methods

config() click to toggle source
# File lib/smart_cloud.rb, line 6
def self.config
        @@config ||= OpenStruct.new
end
credentials() click to toggle source
# File lib/smart_cloud.rb, line 10
def self.credentials
        @@credentials ||= OpenStruct.new(SmartCloud::Credentials.new.config)
end
gem_version() click to toggle source

Returns the version of the currently loaded SmartCloud as a Gem::Version.

# File lib/smart_cloud/gem_version.rb, line 5
def self.gem_version
  Gem::Version.new VERSION::STRING
end
version() click to toggle source

Returns the version of the currently loaded SmartCloud as a Gem::Version

# File lib/smart_cloud/version.rb, line 7
def self.version
        gem_version
end