Method: TingYun::Frameworks::InstanceMethods#env=

Defined in:
lib/ting_yun/frameworks/instance_methods.rb

#env=(value) ⇒ Object (writeonly)

The env is the setting used to identify which section of the tingyun.yml to load. This defaults to a framework specific value, such as ENV but can be overridden as long as you set it before calling #init_plugin



18
19
20
# File 'lib/ting_yun/frameworks/instance_methods.rb', line 18

def env=(value)
  @env = value
end