Class: TemplatesConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/ccios/config.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(hash) ⇒ TemplatesConfig



130
131
132
# File 'lib/ccios/config.rb', line 130

def initialize(hash)
  @path = hash["path"]
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



128
129
130
# File 'lib/ccios/config.rb', line 128

def path
  @path
end