struct Scry::Completion::MethodDBEntry
- Scry::Completion::MethodDBEntry
- Struct
- Value
- Object
Defined in:
scry/completion/method_db.crConstructors
Instance Method Summary
- #file_path : String
- #file_path=(file_path : String)
- #location : String
- #location=(location : String)
- #name : String
- #name=(name : String)
- #signature : String
- #signature=(signature : String)
Constructor Detail
def self.new(name : String, signature : String, file_path : String, location : String)
#