Sha256: b13e79e16391b24af1c8316dc7d9dfe3a0a5ec0b3fb7dbb14b02a6d96f13eaf8
Contents?: true
Size: 345 Bytes
Versions: 1
Compression:
Stored size: 345 Bytes
Contents
require 'henry/input' module Henry # Henry Environmet. # To be used as proxy to access the Task execution params from the tests class Environment # Imports and returs the Task execution parameters. # # @return [Hash] the Task execution parameters def self.params @@params ||= Input.import!.params end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
henry-container-0.0.35 | lib/henry/environment.rb |