Class: Drakkon::Skeleton::Template
- Inherits:
-
Object
- Object
- Drakkon::Skeleton::Template
- Defined in:
- lib/drakkon/skeleton/template.rb
Overview
Run Command for CLI
Instance Attribute Summary collapse
-
#opts ⇒ Object
Returns the value of attribute opts.
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Template
constructor
A new instance of Template.
Constructor Details
#initialize(opts = {}) ⇒ Template
Returns a new instance of Template.
7 8 9 |
# File 'lib/drakkon/skeleton/template.rb', line 7 def initialize(opts = {}) @opts = opts end |
Instance Attribute Details
#opts ⇒ Object
Returns the value of attribute opts.
5 6 7 |
# File 'lib/drakkon/skeleton/template.rb', line 5 def opts @opts end |