Module: Nodo
- Defined in:
- lib/nodo.rb,
lib/nodo/core.rb,
lib/nodo/client.rb,
lib/nodo/errors.rb,
lib/nodo/script.rb,
lib/nodo/version.rb,
lib/nodo/constant.rb,
lib/nodo/function.rb,
lib/nodo/dependency.rb
Defined Under Namespace
Classes: CallError, ClassError, Client, Constant, Core, Dependency, DependencyError, Error, Function, JavaScriptError, Railtie, Script, TimeoutError
Constant Summary collapse
- VERSION =
'1.8.2'
Class Attribute Summary collapse
-
.args ⇒ Object
Returns the value of attribute args.
-
.binary ⇒ Object
Returns the value of attribute binary.
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.env ⇒ Object
Returns the value of attribute env.
-
.logger ⇒ Object
Returns the value of attribute logger.
-
.modules_root ⇒ Object
Returns the value of attribute modules_root.
-
.timeout ⇒ Object
Returns the value of attribute timeout.
Class Attribute Details
.args ⇒ Object
Returns the value of attribute args.
12 13 14 |
# File 'lib/nodo.rb', line 12 def args @args end |
.binary ⇒ Object
Returns the value of attribute binary.
12 13 14 |
# File 'lib/nodo.rb', line 12 def binary @binary end |
.debug ⇒ Object
Returns the value of attribute debug.
12 13 14 |
# File 'lib/nodo.rb', line 12 def debug @debug end |
.env ⇒ Object
Returns the value of attribute env.
12 13 14 |
# File 'lib/nodo.rb', line 12 def env @env end |
.logger ⇒ Object
Returns the value of attribute logger.
12 13 14 |
# File 'lib/nodo.rb', line 12 def logger @logger end |
.modules_root ⇒ Object
Returns the value of attribute modules_root.
12 13 14 |
# File 'lib/nodo.rb', line 12 def modules_root @modules_root end |
.timeout ⇒ Object
Returns the value of attribute timeout.
12 13 14 |
# File 'lib/nodo.rb', line 12 def timeout @timeout end |