Module: Feather::Rails::ActsAsSighting::InstanceMethods

Defined in:
sig/Feather.rbs

Instance Method Summary collapse

Instance Method Details

#correct!void

This method returns an undefined value.

Parameters:

  • attrs (Hash[Symbol | String, untyped])


85
# File 'sig/Feather.rbs', line 85

def correct!: (Hash[Symbol | String, untyped] attrs) -> void

#corrected?Boolean

Returns:

  • (Boolean)


86
# File 'sig/Feather.rbs', line 86

def corrected?: () -> bool

#correction_deltaHash[Symbol, Hash[Symbol, untyped]]

Returns:

  • (Hash[Symbol, Hash[Symbol, untyped]])


87
# File 'sig/Feather.rbs', line 87

def correction_delta: () -> Hash[Symbol, Hash[Symbol, untyped]]

#identify!Result

Returns:



84
# File 'sig/Feather.rbs', line 84

def identify!: () -> Result