Class: Drakkon::Skeleton::Template

Inherits:
Object
  • Object
show all
Defined in:
lib/drakkon/skeleton/template.rb

Overview

Run Command for CLI

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#optsObject

Returns the value of attribute opts.



5
6
7
# File 'lib/drakkon/skeleton/template.rb', line 5

def opts
  @opts
end