Method: Flows::Result#meta

Defined in:
lib/flows/result.rb

#metaHash (readonly)

Returns metadata, don't use it to store business data.

Returns:

  • (Hash)

    metadata, don't use it to store business data

Since:

  • 0.4.0



172
173
174
# File 'lib/flows/result.rb', line 172

def meta
  @meta
end