module AGCOD

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/aws_agcod.rb, line 16
def self.config
  @config
end
configure() { |config| ... } click to toggle source
# File lib/aws_agcod.rb, line 8
def self.configure(&block)
  @config = Config.new

  yield @config

  nil
end