struct Fingers::Target

Defined in:

fingers/hinter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(text : String, hint : String, offset : Tuple(Int32, Int32)) #

[View source]

Instance Method Detail

def hint : String #

[View source]
def hint=(hint : String) #

[View source]
def offset : Tuple(Int32, Int32) #

[View source]
def offset=(offset : Tuple(Int32, Int32)) #

[View source]
def text : String #

[View source]
def text=(text : String) #

[View source]