Class: Cfhighlander::Model::TemplateMetadata
- Inherits:
-
Object
- Object
- Cfhighlander::Model::TemplateMetadata
- Defined in:
- lib/cfhighlander.model.templatemeta.rb
Instance Attribute Summary collapse
-
#template_location ⇒ Object
readonly
Returns the value of attribute template_location.
-
#template_name ⇒ Object
readonly
Returns the value of attribute template_name.
-
#template_version ⇒ Object
readonly
Returns the value of attribute template_version.
Instance Method Summary collapse
-
#initialize(template_name:, template_version:, template_location:) ⇒ TemplateMetadata
constructor
A new instance of TemplateMetadata.
Constructor Details
#initialize(template_name:, template_version:, template_location:) ⇒ TemplateMetadata
Returns a new instance of TemplateMetadata.
15 16 17 18 19 |
# 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 |
Instance Attribute Details
#template_location ⇒ Object (readonly)
Returns the value of attribute template_location.
11 12 13 |
# File 'lib/cfhighlander.model.templatemeta.rb', line 11 def template_location @template_location end |
#template_name ⇒ Object (readonly)
Returns the value of attribute template_name.
11 12 13 |
# File 'lib/cfhighlander.model.templatemeta.rb', line 11 def template_name @template_name end |
#template_version ⇒ Object (readonly)
Returns the value of attribute template_version.
11 12 13 |
# File 'lib/cfhighlander.model.templatemeta.rb', line 11 def template_version @template_version end |