struct AIContextEntry

Included Modules

Defined in:

models/endpoint.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(kind : String, name : String, source : String | Nil = nil, description : String | Nil = nil, path : String | Nil = nil, line : Int32 | Nil = nil, confidence : Int32 | Nil = nil, snippet : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : AIContextEntry) : Bool #

[View source]
def confidence : Int32? #

[View source]
def confidence=(confidence : Int32 | Nil) #

[View source]
def description : String? #

[View source]
def description=(description : Nil | String) #

[View source]
def kind : String #

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

[View source]
def line : Int32? #

[View source]
def line=(line : Int32 | Nil) #

[View source]
def name : String #

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

[View source]
def path : String? #

[View source]
def path=(path : Nil | String) #

[View source]
def snippet : String? #

[View source]
def snippet=(snippet : Nil | String) #

[View source]
def source : String? #

[View source]
def source=(source : Nil | String) #

[View source]