Module: Danger::Dangerfile::DSL

Included in:
Danger::Dangerfile
Defined in:
lib/danger/danger_core/dangerfile_dsl.rb

Overview

Anything inside this module is considered public API, and in the future documentation will be generated from it via rdoc.

Danger Zone collapse

Instance Attribute Details

#envEnvironmentManager (readonly)

Provides access to the raw Travis/Circle/Buildkite/GitHub objects, which you can use to pull out extra bits of information. Warning the interfaces of these objects is not considered a part of the Dangerfile public API, and is viable to change occasionally on the whims of developers.

Returns:



14
15
16
# File 'lib/danger/danger_core/dangerfile_dsl.rb', line 14

def env
  @env
end