Module: Jat::Config::InstanceMethods

Extended by:
Forwardable
Included in:
Jat::Config
Defined in:
lib/jat/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#optsObject (readonly)

Returns the value of attribute opts.



11
12
13
# File 'lib/jat/config.rb', line 11

def opts
  @opts
end

Instance Method Details

#initialize(opts = {}) ⇒ Object



13
14
15
# File 'lib/jat/config.rb', line 13

def initialize(opts = {})
  @opts = EnumDeepDup.call(opts)
end