struct

Fluxion::FileWriteItem

Inherits Struct < Value < Object

One file inside a file-writes entry.

Constructors

new(name : String, destination : String, content : String | Nil = nil, source : String | Nil = nil, owner : String | Nil = nil, group : String | Nil = nil, mode : String | Nil = nil, sudo : Bool = false, condition : Condition | Nil = nil)
Source

Instance methods

condition
Source
content

Exactly one of these two.

Source
destination
Source
group
Source
item_key
Source
mode
Source
name
Source
owner
Source
source
Source
sudo?
Source