module Fountain

Fountain configuration

Constants

VERSION

Attributes

api_token[RW]

API token for Fountain

host_path[RW]

The path of the Fountain host

Public Class Methods

configure() { |self| ... } click to toggle source
# File lib/fountain/configuration.rb, line 14
def configure
  yield self if block_given?
end