struct Scry::Completion::MethodDBEntry

Defined in:

scry/completion/method_db.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, signature : String, file_path : String, location : String) #

[View source]

Instance Method Detail

def file_path : String #

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

[View source]
def location : String #

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

[View source]
def name : String #

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

[View source]
def signature : String #

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

[View source]