class Cfhighlander::Model::TemplateMetadata

Attributes

template_location[R]
template_name[R]
template_version[R]

Public Class Methods

new(template_name:, template_version:, template_location:) click to toggle source
# File lib/cfhighlander.model.templatemeta.rb, line 15
def initialize(template_name:, template_version:, template_location:)
  @template_name = template_name
  @template_version = template_version
  @template_location = template_location
end