struct Tasko::Key

Defined in:

tasko/key.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_json(pull : JSON::PullParser) : self #

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

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

[View source]

Instance Method Detail

def ==(other : self) #

def hash(hasher) #
Description copied from struct Struct

See Object#hash(hasher)


def to_json(builder : JSON::Builder) #

[View source]
def to_s(io : IO) : Nil #
Description copied from struct Struct

Same as #inspect(io).


[View source]
def value : String #

[View source]