Module: Texas

Defined in:
lib/texas.rb,
lib/texas/task.rb,
lib/texas/build.rb,
lib/texas/runner.rb,
lib/texas/version.rb,
lib/texas/template.rb,
lib/texas/build/dry.rb,
lib/texas/task/base.rb,
lib/texas/build/base.rb,
lib/texas/task/watch.rb,
lib/texas/build/final.rb,
lib/texas/option_parser.rb,
lib/texas/build/task/base.rb,
lib/texas/template/helper.rb,
lib/texas/template/runner.rb,
lib/texas/task/new_project.rb,
lib/texas/template/helper/md.rb,
lib/texas/build/task/open_pdf.rb,
lib/texas/template/helper/tex.rb,
lib/texas/template/helper/base.rb,
lib/texas/template/helper/info.rb,
lib/texas/template/runner/base.rb,
lib/texas/build/task/publish_pdf.rb,
lib/texas/build/task/run_before_scripts.rb,
lib/texas/build/task/run_master_template.rb,
lib/texas/build/task/rewrite_marked_templates.rb,
lib/texas/build/task/copy_contents_to_build_path.rb,
lib/texas/build/task/add_default_templates_to_build_path.rb

Defined Under Namespace

Modules: Build, Task, Template, VERSION Classes: OptionParser, Runner

Class Attribute Summary collapse

Class Attribute Details

.contents_subdir_nameObject

Returns the value of attribute contents_subdir_name.



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

def contents_subdir_name
  @contents_subdir_name
end

.texas_dirObject

Returns the value of attribute texas_dir.



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

def texas_dir
  @texas_dir
end

.verboseObject

Returns the value of attribute verbose.



4
5
6
# File 'lib/texas.rb', line 4

def verbose
  @verbose
end

.warningsObject

Returns the value of attribute warnings.



4
5
6
# File 'lib/texas.rb', line 4

def warnings
  @warnings
end