Module: Jat::Config::InstanceMethods
Instance Attribute Summary collapse
-
#opts ⇒ Object
readonly
Returns the value of attribute opts.
Instance Method Summary collapse
Instance Attribute Details
#opts ⇒ Object (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 |