Class: Smartdown::Parser::FlowInterpreter
- Inherits:
-
Object
- Object
- Smartdown::Parser::FlowInterpreter
- Defined in:
- lib/smartdown/parser/flow_interpreter.rb
Instance Attribute Summary collapse
-
#flow_input ⇒ Object
readonly
Returns the value of attribute flow_input.
Instance Method Summary collapse
-
#initialize(flow_input) ⇒ FlowInterpreter
constructor
A new instance of FlowInterpreter.
- #interpret ⇒ Object
Constructor Details
#initialize(flow_input) ⇒ FlowInterpreter
Returns a new instance of FlowInterpreter.
22 23 24 |
# File 'lib/smartdown/parser/flow_interpreter.rb', line 22 def initialize(flow_input) @flow_input = flow_input end |
Instance Attribute Details
#flow_input ⇒ Object (readonly)
Returns the value of attribute flow_input.
20 21 22 |
# File 'lib/smartdown/parser/flow_interpreter.rb', line 20 def flow_input @flow_input end |