Method: Codebot::Request#integration

Defined in:
lib/codebot/request.rb

#integrationIntegration (readonly)

Returns the integration to deliver this request to.

Returns:

  • (Integration)

    the integration to deliver this request to



11
12
13
# File 'lib/codebot/request.rb', line 11

def integration
  @integration
end