Module: Wokku
- Defined in:
- lib/wokku.rb,
lib/wokku/auth.rb,
lib/wokku/config.rb,
lib/wokku/output.rb,
lib/wokku/version.rb,
lib/wokku/registry.rb,
lib/wokku/api_client.rb,
lib/wokku/pty_session.rb,
lib/wokku/cable_client.rb,
lib/wokku/commands/shell.rb
Defined Under Namespace
Modules: Auth, CLI, Commands, Config, Output, Registry Classes: ApiClient, CableClient, PtySession
Constant Summary collapse
- VERSION =
"0.2.0"
Class Attribute Summary collapse
- .api_client ⇒ Object
-
.json ⇒ Object
Returns the value of attribute json.
-
.quiet ⇒ Object
Returns the value of attribute quiet.
Class Method Summary collapse
Class Attribute Details
.api_client ⇒ Object
21 22 23 |
# File 'lib/wokku.rb', line 21 def api_client @api_client ||= ApiClient.new(user_agent: "WokkuCLI/#{VERSION}") end |
.json ⇒ Object
Returns the value of attribute json.
19 20 21 |
# File 'lib/wokku.rb', line 19 def json @json end |
.quiet ⇒ Object
Returns the value of attribute quiet.
19 20 21 |
# File 'lib/wokku.rb', line 19 def quiet @quiet end |
Class Method Details
.json? ⇒ Boolean
25 |
# File 'lib/wokku.rb', line 25 def json? = !!@json |
.quiet? ⇒ Boolean
26 |
# File 'lib/wokku.rb', line 26 def quiet? = !!@quiet |