Module: Rexec
- Defined in:
- lib/rexec.rb,
lib/rexec/error.rb,
lib/rexec/client.rb,
lib/rexec/version.rb,
lib/rexec/terminal.rb,
lib/rexec/container.rb,
lib/rexec/file_service.rb
Overview
Rexec Ruby SDK - Official SDK for Rexec Terminal as a Service.
Defined Under Namespace
Classes: APIError, AuthError, Client, ConnectionError, Container, ContainerService, Error, FileInfo, FileService, NotFoundError, Terminal, TerminalClosedError, TerminalService
Constant Summary collapse
- VERSION =
"1.0.1"
Class Method Summary collapse
-
.new(base_url, token, **options) ⇒ Rexec::Client
Create a new Rexec client.
Class Method Details
.new(base_url, token, **options) ⇒ Rexec::Client
Create a new Rexec client.
31 32 33 |
# File 'lib/rexec.rb', line 31 def new(base_url, token, **) Client.new(base_url, token, **) end |