Class: GemToys::Template::Versions
- Inherits:
-
Object
- Object
- GemToys::Template::Versions
- Includes:
- Toys::Template
- Defined in:
- lib/gem_toys/template/versions.rb
Overview
Template with gem versions tool, expanding internally
Instance Attribute Summary collapse
-
#version_file_path ⇒ Object
readonly
Returns the value of attribute version_file_path.
Instance Method Summary collapse
-
#initialize(version_file_path:) ⇒ Versions
constructor
A new instance of Versions.
Constructor Details
#initialize(version_file_path:) ⇒ Versions
Returns a new instance of Versions.
11 12 13 |
# File 'lib/gem_toys/template/versions.rb', line 11 def initialize(version_file_path:) @version_file_path = version_file_path end |
Instance Attribute Details
#version_file_path ⇒ Object (readonly)
Returns the value of attribute version_file_path.
9 10 11 |
# File 'lib/gem_toys/template/versions.rb', line 9 def version_file_path @version_file_path end |