class

Jane::FileCheck

Inherits Reference < Object

Constructors

from_toml(data : TOML::Any) : FileCheck
Source
new(path : String, user : Nil | String = nil, group : Nil | String = nil, mode : Nil | String = nil, tags : Array(String) = [] of String)
Source

Instance methods

group
Source
group=(group : String | Nil)
Source
mode
Source
mode=(mode : String | Nil)
Source
path
Source
path=(path : String)
Source
tags
Source
tags=(tags : Array(String))
Source
user
Source
user=(user : String | Nil)
Source