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
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
19 20 21 |
# File 'lib/flatter/mapper/options.rb', line 19 def @options end |
Instance Method Details
#initialize(**options) ⇒ Object
21 22 23 |
# File 'lib/flatter/mapper/options.rb', line 21 def initialize(*, **) @options = end |