Method: Manywho::FlowResponse#initialize

Defined in:
lib/manywho.rb

#initialize(jsonValue) ⇒ FlowResponse

Returns a new instance of FlowResponse.



344
345
346
347
# File 'lib/manywho.rb', line 344

def initialize(jsonValue)
    super(jsonValue)
    @id = FlowIdentifier.new(@id)
end