struct Crysda::ColSpec

Defined in:

crysda/columns.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pos : Int32, name : String, type : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(pos _pos = @pos, name _name = @name, type _type = @type) #

[View source]
def name : String #

def pos : Int32 #

def type : String #