Class: Infrastructure::Environment

Inherits:
Object
  • Object
show all
Includes:
Configurable
Defined in:
lib/infrastructure/environment.rb

Instance Method Summary collapse

Methods included from Configurable

#after_assignment, #after_configure, #before_assignment, #before_configure, #callback, #callbacks, #configuration, #configuration_accessor, included

Instance Method Details

#to_sObject



10
11
12
# File 'lib/infrastructure/environment.rb', line 10

def to_s
  configuration.fetch(:environment).to_s
end