struct HRX::File

Overview

This type represents a file entry in an HRX archive.

Defined in:

file.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, content : String, comment : String | Nil = nil, line : Int32 = 0, column : Int32 = 0) #

[View source]

Instance Method Detail

def column : Int32 #

[View source]
def comment : String | Nil #

[View source]
def content : String #

[View source]
def line : Int32 #

[View source]
def path : String #

[View source]