Class: Generamba::TemplateDeclarationType

Inherits:
Object
  • Object
show all
Defined in:
lib/generamba/template/processor/template_declaration.rb

Overview

This class acts as an Enumeration for TemplateDeclaration types

Constant Summary collapse

LOCAL_TEMPLATE =

A local template - usually it’s stored somewhere outside the current project directory

0
REMOTE_TEMPLATE =

A remote template - it’s stored in a remote Git repository

1
CATALOG_TEMPLATE =

A template from our shared catalog

2