struct Tag

Included Modules

Defined in:

models/endpoint.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, description : String, tagger : String) #

[View source]
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

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

[View source]

Instance Method Detail

def description : String #

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

[View source]
def name : String #

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

[View source]
def tagger : String #

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

[View source]