Class: Datadog::AppSec::Contrib::Integration::RegisteredIntegration

Inherits:
Struct
  • Object
show all
Defined in:
lib/datadog/appsec/contrib/integration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



10
11
12
# File 'lib/datadog/appsec/contrib/integration.rb', line 10

def klass
  @klass
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/datadog/appsec/contrib/integration.rb', line 10

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



10
11
12
# File 'lib/datadog/appsec/contrib/integration.rb', line 10

def options
  @options
end