Class: Datadog::AppSec::Contrib::Integration::RegisteredIntegration
- Inherits:
-
Struct
- Object
- Struct
- Datadog::AppSec::Contrib::Integration::RegisteredIntegration
- Defined in:
- lib/datadog/appsec/contrib/integration.rb
Instance Attribute Summary collapse
-
#klass ⇒ Object
Returns the value of attribute klass.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#klass ⇒ Object
Returns the value of attribute klass
10 11 12 |
# File 'lib/datadog/appsec/contrib/integration.rb', line 10 def klass @klass end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/datadog/appsec/contrib/integration.rb', line 10 def name @name end |
#options ⇒ Object
Returns the value of attribute options
10 11 12 |
# File 'lib/datadog/appsec/contrib/integration.rb', line 10 def @options end |