module Flatter::Mapper::Options
Attributes
options[R]
Public Class Methods
new(*, **options)
click to toggle source
# File lib/flatter/mapper/options.rb, line 21 def initialize(*, **options) @options = options end