Module: Feather::Rails::ActsAsSighting::InstanceMethods
- Defined in:
- sig/Feather.rbs
Instance Method Summary collapse
- #correct! ⇒ void
- #corrected? ⇒ Boolean
- #correction_delta ⇒ Hash[Symbol, Hash[Symbol, untyped]]
- #identify! ⇒ Result
Instance Method Details
#correct! ⇒ void
This method returns an undefined value.
85 |
# File 'sig/Feather.rbs', line 85
def correct!: (Hash[Symbol | String, untyped] attrs) -> void
|
#corrected? ⇒ Boolean
86 |
# File 'sig/Feather.rbs', line 86
def corrected?: () -> bool
|
#correction_delta ⇒ Hash[Symbol, Hash[Symbol, untyped]]
87 |
# File 'sig/Feather.rbs', line 87
def correction_delta: () -> Hash[Symbol, Hash[Symbol, untyped]]
|