Module: Flatito::Config
- Defined in:
- lib/flatito/config.rb
Class Attribute Summary collapse
-
.renderer ⇒ Object
Returns the value of attribute renderer.
-
.stder ⇒ Object
Returns the value of attribute stder.
-
.stdin ⇒ Object
Returns the value of attribute stdin.
-
.stdout ⇒ Object
Returns the value of attribute stdout.
Class Method Summary collapse
Class Attribute Details
.renderer ⇒ Object
Returns the value of attribute renderer.
10 11 12 |
# File 'lib/flatito/config.rb', line 10 def renderer @renderer end |
.stder ⇒ Object
Returns the value of attribute stder.
10 11 12 |
# File 'lib/flatito/config.rb', line 10 def stder @stder end |
.stdin ⇒ Object
Returns the value of attribute stdin.
10 11 12 |
# File 'lib/flatito/config.rb', line 10 def stdin @stdin end |
.stdout ⇒ Object
Returns the value of attribute stdout.
10 11 12 |
# File 'lib/flatito/config.rb', line 10 def stdout @stdout end |