Module: Flatter::Mapper::Options

Extended by:
ActiveSupport::Concern
Included in:
Flatter::Mapper
Defined in:
lib/flatter/mapper/options.rb

Defined Under Namespace

Modules: ClassMethods, FactoryMethods

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



19
20
21
# File 'lib/flatter/mapper/options.rb', line 19

def options
  @options
end

Instance Method Details

#initialize(**options) ⇒ Object



21
22
23
# File 'lib/flatter/mapper/options.rb', line 21

def initialize(*, **options)
  @options = options
end