Sha256: 53957b74f01c4668bf0b053ade14f8b8ce9528388163a72e563d2fc0aab7de46

Contents?: true

Size: 351 Bytes

Versions: 1

Compression:

Stored size: 351 Bytes

Contents

class Trailblazer::V2_1::Activity < Module
  module Interface
    # @return [Process, Hash, Adds] Adds is private and should not be used in your application as it might get removed.
    def to_h # TODO: test me
      @state.to_h
    end

    def debug # TODO: TEST ME
      to_h[:debug]
    end

    def outputs
      to_h[:outputs]
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trailblazer-future-2.1.0.rc1 lib/trailblazer/v2_1/activity/interface.rb