class CapicuaGen::Template

Define una plantilla para generar código

Attributes

file[RW]
name[RW]

Public Class Methods

new(atributes= {}) click to toggle source
# File lib/CapicuaGen/template.rb, line 32
def initialize(atributes= {})
  @name= atributes[:name] if atributes[:name]
  @file= atributes[:file] if atributes[:file]
end