Module: StatsCloud
- Extended by:
- Forwardable, LoggerHelper
- Defined in:
- lib/statscloud.rb,
lib/statscloud/version.rb,
lib/statscloud/cluster_client.rb,
lib/statscloud/statscloud_client.rb,
lib/statscloud/statsmeter_client.rb,
lib/statscloud/errors/client_error.rb,
lib/statscloud/helpers/json_parser.rb,
lib/statscloud/helpers/logger_helper.rb,
lib/statscloud/helpers/plugins_helper.rb,
lib/statscloud/jobs/register_connection_job.rb,
lib/generators/stats_cloud/install_generator.rb,
lib/statscloud/helpers/statsmeter_client/event_helper.rb,
lib/statscloud/helpers/statscloud_client/assets_helper.rb,
lib/statscloud/helpers/statsmeter_client/socketio_helper.rb,
lib/statscloud/helpers/statscloud_client/statscloud_helper.rb,
lib/statscloud/helpers/statsmeter_client/statsmeter_helper.rb,
lib/statscloud/helpers/cluster_client/parsed_response_helper.rb
Overview
StatsCloud.io ruby client
Defined Under Namespace
Modules: AssetsHelper, EventHelper, JsonParser, LoggerHelper, PluginsHelper, SocketIOHelper, StatsCloudHelper, StatsmeterHelper Classes: Client, ClusterClient, InstallGenerator, ParsedResponseHelper, RegisterConnectionJob, StatsmeterClient
Constant Summary collapse
- VERSION =
version of statscloud-ruby-client.
Type: String
"1.2.2"
- ClientError =
Class.new(StandardError)
Class Method Summary collapse
Methods included from LoggerHelper
console_logger, log_error, log_info, logger
Class Method Details
.clone_with_config_file(file) ⇒ Object
17 18 19 |
# File 'lib/statscloud.rb', line 17 def clone_with_config_file(file) new_statscloud_instance(environment, ).with_config_file(file) end |