Class: FlowChat::Flow
- Inherits:
-
Object
- Object
- FlowChat::Flow
- Defined in:
- lib/flow_chat/flow.rb
Instance Attribute Summary collapse
-
#app ⇒ Object
readonly
Returns the value of attribute app.
Instance Method Summary collapse
-
#initialize(app) ⇒ Flow
constructor
A new instance of Flow.
Constructor Details
#initialize(app) ⇒ Flow
Returns a new instance of Flow.
5 6 7 |
# File 'lib/flow_chat/flow.rb', line 5 def initialize(app) @app = app end |
Instance Attribute Details
#app ⇒ Object (readonly)
Returns the value of attribute app.
3 4 5 |
# File 'lib/flow_chat/flow.rb', line 3 def app @app end |