Module: Ashiba

Defined in:
lib/ashiba/template.rb,
lib/ashiba/cli.rb,
lib/ashiba/version.rb,
lib/ashiba/configuration.rb,
lib/ashiba/template_loader.rb

Overview

Namespace of Ashiba

Defined Under Namespace

Classes: Cli, Configuration, Template, TemplateLoader, TemplateVariable

Constant Summary collapse

VERSION =
'0.7.0'.freeze

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author.



3
4
5
# File 'lib/ashiba/template.rb', line 3

def author
  @author
end

#descriptionObject

Returns the value of attribute description.



3
4
5
# File 'lib/ashiba/template.rb', line 3

def description
  @description
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/ashiba/template.rb', line 3

def name
  @name
end

#summaryObject

Returns the value of attribute summary.



3
4
5
# File 'lib/ashiba/template.rb', line 3

def summary
  @summary
end

#versionObject

Returns the value of attribute version.



3
4
5
# File 'lib/ashiba/template.rb', line 3

def version
  @version
end