Module: Boxd
- Defined in:
- lib/boxd.rb,
lib/boxd/box.rb,
lib/boxd/errors.rb,
lib/boxd/compute.rb,
lib/boxd/version.rb,
lib/boxd/box_service.rb,
lib/boxd/cli_backend.rb,
lib/boxd/dev_command.rb
Defined Under Namespace
Classes: AuthenticationError, Box, BoxService, CLIBackend, CLIMissingError, Compute, Configuration, ConnectionError, DevCommand, Error, ExecError, InternalError, InvalidArgumentError, NotFoundError, QuotaExceededError, TimeoutError
Constant Summary
collapse
- VERSION =
"0.1.0"
Class Method Summary
collapse
Class Method Details
.config ⇒ Object
42
43
44
|
# File 'lib/boxd/compute.rb', line 42
def config
@config ||= Configuration.new
end
|
46
47
48
|
# File 'lib/boxd/compute.rb', line 46
def configure
yield config
end
|