struct Sonicri::Key

Defined in:

sonicri/keys.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(action : String, value : String = "no value") #

[View source]

Instance Method Detail

def action : String #

def clone #

[View source]
def copy_with(action _action = @action, value _value = @value) #

[View source]
def value : String #