module SmartMachine
The main SmartMachine
driver
The main SmartMachine
Apps
The main SmartMachine
App driver
The main SmartMachine
Apps
Rails driver
The main SmartMachine
Boot
driver
The main SmartMachine
Credentials
driver
The main SmartMachine
Docker
driver
The main SmartMachine
Engine
driver
The main SmartMachine
Grids
The main SmartMachine
Grids
Elasticsearch driver
The main SmartMachine
Grids
Minio driver
The main SmartMachine
Grids
Mysql driver
The main SmartMachine
Grids
Nginx driver
The main SmartMachine
Grids
Git driver
The main SmartMachine
Grids
Redis driver
The main SmartMachine
Grids
Scheduler driver
The main SmartMachine
Grids
Solr driver
The main SmartMachine
Machine
driver
The main SmartMachine
SSH
driver
The main SmartMachine
User
driver
Public Class Methods
# File lib/smart_machine.rb, line 6 def self.config @@config ||= OpenStruct.new end
# File lib/smart_machine.rb, line 10 def self.credentials @@credentials ||= OpenStruct.new(SmartMachine::Credentials.new.config) end
Returns the version of the currently loaded SmartMachine
as a Gem::Version
.
# File lib/smart_machine/gem_version.rb, line 5 def self.gem_version Gem::Version.new VERSION::STRING end
Returns the version of the currently loaded SmartMachine
as a Gem::Version
# File lib/smart_machine/version.rb, line 7 def self.version gem_version end