class TandaCLI::Models::PhotoDirectory

Defined in:

tanda_cli/models/photo_directory.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String) #

[View source]

Instance Method Detail

def find_photo(name : String) : Photo | Nil #

[View source]
def path : String #

[View source]
def photos : Array(Models::Photo) #

[View source]
def sample_photo : Photo | Nil #

[View source]
def valid? : Bool #

[View source]