Class: Bixby::Command

Inherits:
Object show all
Includes:
Log, PlatformUtil, ScriptUtil
Defined in:
lib/bixby-client/command.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods included from ScriptUtil

#get_json_input, #read_stdin, #systemu

Methods included from ScriptUtil::UseBundle

#use_bundle

Methods included from PlatformUtil

#linux?, #osx?, #uname, #win?

Constructor Details

#initializeCommand

Returns a new instance of Command.



9
10
# File 'lib/bixby-client/command.rb', line 9

def initialize()
end

Class Method Details

.subclassesArray<Class>

retrieve all loaded subclasses of this class

Returns:

  • (Array<Class>)

    List of subclasses



15
16
17
# File 'lib/bixby-client/command.rb', line 15

def self.subclasses
  @subclasses
end