class Mindee::Parsing::Common::ExecutionFile

Representation of a workflow execution’s file data.

def initialize(http_response)

Parameters:
  • http_response (Hash) --
def initialize(http_response)
  @name = http_response['name']
  @alias = http_response['alias']
end