Module: Beta::Configuration

Included in:
Beta
Defined in:
lib/beta/configuration.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#environmentsObject

Returns the value of attribute environments.



3
4
5
# File 'lib/beta/configuration.rb', line 3

def environments
  @environments
end

#namespaceObject

Returns the value of attribute namespace.



3
4
5
# File 'lib/beta/configuration.rb', line 3

def namespace
  @namespace
end

#redirect_urlObject

Returns the value of attribute redirect_url.



3
4
5
# File 'lib/beta/configuration.rb', line 3

def redirect_url
  @redirect_url
end

#redisObject

Returns the value of attribute redis.



3
4
5
# File 'lib/beta/configuration.rb', line 3

def redis
  @redis
end

#uidObject

Returns the value of attribute uid.



3
4
5
# File 'lib/beta/configuration.rb', line 3

def uid
  @uid
end

Instance Method Details

#config {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



5
6
7
# File 'lib/beta/configuration.rb', line 5

def config
  yield self
end