class OuterRow

Defined in:

pocketlib/execute/outerrow.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(filename : String, colnames : Array(String), the_row : Array(String)) #

[View source]
def self.new #

[View source]

Instance Method Detail

def as_one_row #


[View source]
def colnames : Array(String) #

[View source]
def colnames=(colnames : Array(String)) #

[View source]
def filename : String #

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

[View source]
def the_row : Array(String) #

[View source]
def the_row=(the_row : Array(String)) #

[View source]