Class: FlowChat::Flow

Inherits:
Object
  • Object
show all
Defined in:
lib/flow_chat/flow.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#appObject (readonly)

Returns the value of attribute app.



3
4
5
# File 'lib/flow_chat/flow.rb', line 3

def app
  @app
end