struct TDS::Token::EnvChange

Defined in:

tds/token.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(type : UInt8, old_value : String, new_value : String) #

[View source]

Class Method Detail

def self.from_io(io : IO) #

[View source]

Instance Method Detail

def new_value : String #

[View source]
def old_value : String #

[View source]
def type : UInt8 #

[View source]