Method: Super::Schema::Guesser#initialize
- Defined in:
- lib/super/schema/guesser.rb
#initialize(model:, fields:, type:) ⇒ Guesser
Returns a new instance of Guesser.
6 7 8 9 10 11 |
# File 'lib/super/schema/guesser.rb', line 6 def initialize(model:, fields:, type:) @model = model @fields = fields @type = type @rejects = [] end |