struct PathInfo

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(path : String, line : Int32 | Nil) #

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

[View source]
def self.new(path : String) #

[View source]

Instance Method Detail

def line : Int32? #

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

[View source]
def path : String #

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

[View source]