Module: Bixby

Extended by:
ScriptUtil::UseBundle
Defined in:
lib/bixby-client/script_util.rb,
lib/bixby-client.rb,
lib/bixby-client/client.rb,
lib/bixby-client/command.rb,
lib/bixby-client/script_util.rb,
lib/bixby-client/platform_util.rb,
lib/bixby-client/modules/metrics.rb,
lib/bixby-client/modules/inventory.rb,
lib/bixby-client/modules/repository.rb

Overview

Bixby

Defined Under Namespace

Modules: Inventory, Metrics, PlatformUtil, Repository, ScriptUtil Classes: Client, Command

Class Method Summary collapse

Methods included from ScriptUtil::UseBundle

use_bundle

Class Method Details

.clientObject

Get a Bixby::Client instance



22
23
24
# File 'lib/bixby-client.rb', line 22

def client
  @client ||= create_client()
end

.client=(client) ⇒ Object

Set the Bixby::Client to be used



17
18
19
# File 'lib/bixby-client.rb', line 17

def client=(client)
  @client = client
end