Module: Executables
- Defined in:
- lib/executables.rb,
lib/executables/version.rb,
lib/executables/web/app.rb,
lib/executables/collector.rb,
lib/executables/web/renderer.rb
Defined Under Namespace
Modules: Web Classes: Collector
Constant Summary collapse
- VERSION =
"0.1.0"
Class Attribute Summary collapse
-
.executable_directories ⇒ Object
Returns the value of attribute executable_directories.
-
.executable_files ⇒ Object
Returns the value of attribute executable_files.
-
.root_directory ⇒ Object
Returns the value of attribute root_directory.
Class Method Summary collapse
Class Attribute Details
.executable_directories ⇒ Object
Returns the value of attribute executable_directories.
7 8 9 |
# File 'lib/executables.rb', line 7 def executable_directories @executable_directories end |
.executable_files ⇒ Object
Returns the value of attribute executable_files.
7 8 9 |
# File 'lib/executables.rb', line 7 def executable_files @executable_files end |
.root_directory ⇒ Object
Returns the value of attribute root_directory.
7 8 9 |
# File 'lib/executables.rb', line 7 def root_directory @root_directory end |
Class Method Details
.configure {|_self| ... } ⇒ Object
9 10 11 |
# File 'lib/executables.rb', line 9 def configure yield self end |