Module: ConcernBuilder::OptionsParser

Extended by:
ActiveSupport::Concern
Included in:
ConcernBuilder
Defined in:
lib/concern_builder/options_parser.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



4
5
6
# File 'lib/concern_builder/options_parser.rb', line 4

def options
  @options
end

Instance Method Details

#options_objectObject



6
7
8
# File 'lib/concern_builder/options_parser.rb', line 6

def options_object
  @options_object ||= OpenStruct.new options
end