Class: Graph::Function::Configuration
- Inherits:
-
Object
- Object
- Graph::Function::Configuration
- Defined in:
- lib/graph/function.rb
Instance Attribute Summary collapse
-
#output ⇒ Object
Returns the value of attribute output.
-
#terminal ⇒ Object
Returns the value of attribute terminal.
Instance Method Summary collapse
- #initialize ⇒ Configuration constructor
Constructor Details
#initialize ⇒ Configuration
32 33 34 35 |
# File 'lib/graph/function.rb', line 32 def initialize @terminal = 'x11' @output = '.' end |
Instance Attribute Details
#output ⇒ Object
Returns the value of attribute output.
27 28 29 |
# File 'lib/graph/function.rb', line 27 def output @output end |
#terminal ⇒ Object
Returns the value of attribute terminal.
27 28 29 |
# File 'lib/graph/function.rb', line 27 def terminal @terminal end |