class Topia::InputFile

Defined in:

topia/input_file.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, path : String, contents : String) #

[View source]

Instance Method Detail

def contents : String #

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

[View source]
def name : String #

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

[View source]
def path : String #

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

[View source]
def write #

[View source]