module Atlas
Toolkit for working with Hashicorp's Atlas
.
Version information.
Constants
- VERSION
Attributes
configuration[RW]
client[RW]
Public Class Methods
client()
click to toggle source
# File lib/atlas.rb, line 21 def self.client @client ||= Client.new(token: configuration.token) end
configure() { |configuration| ... }
click to toggle source
Support for a configuration block.
# File lib/atlas/configuration.rb, line 47 def self.configure yield configuration if block_given? end