struct
Creestal::Core::SyncResult
- Creestal::Core::SyncResult
- Struct
- Value
- Object
Defined in:
core/sync_result.crConstructors
Instance Method Summary
- #assets_to_copy : Set(String)
- #ignored_paths : Array(String)
- #merge!(other : SyncResult) : self
- #pages_to_render : Set(String)
Constructor Detail
def self.new(pages_to_render : Set(String) = Set(String).new, assets_to_copy : Set(String) = Set(String).new, ignored_paths : Array(String) = [] of String)
#