Class: DatadogAPIClient::V2::GetMultipleRulesetsResponseDataAttributesRulesetsItemsRulesItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GetMultipleRulesetsResponseDataAttributesRulesetsItemsRulesItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#arguments ⇒ Object
Returns the value of attribute arguments.
-
#category ⇒ Object
Returns the value of attribute category.
-
#checksum ⇒ Object
Returns the value of attribute checksum.
-
#code ⇒ Object
Returns the value of attribute code.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#created_by ⇒ Object
Returns the value of attribute created_by.
-
#cve ⇒ Object
Returns the value of attribute cve.
-
#cwe ⇒ Object
Returns the value of attribute cwe.
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#description ⇒ Object
Returns the value of attribute description.
-
#documentation_url ⇒ Object
Returns the value of attribute documentation_url.
-
#entity_checked ⇒ Object
Returns the value of attribute entity_checked.
-
#is_published ⇒ Object
Returns the value of attribute is_published.
-
#is_testing ⇒ Object
Returns the value of attribute is_testing.
-
#language ⇒ Object
Returns the value of attribute language.
-
#last_updated_at ⇒ Object
Returns the value of attribute last_updated_at.
-
#last_updated_by ⇒ Object
Returns the value of attribute last_updated_by.
-
#name ⇒ Object
Returns the value of attribute name.
-
#regex ⇒ Object
Returns the value of attribute regex.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#short_description ⇒ Object
Returns the value of attribute short_description.
-
#should_use_ai_fix ⇒ Object
Returns the value of attribute should_use_ai_fix.
-
#tests ⇒ Object
Returns the value of attribute tests.
-
#tree_sitter_query ⇒ Object
Returns the value of attribute tree_sitter_query.
-
#type ⇒ Object
Returns the value of attribute type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
99 100 101 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 99 def additional_properties @additional_properties end |
#arguments ⇒ Object
Returns the value of attribute arguments.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 25 def arguments @arguments end |
#category ⇒ Object
Returns the value of attribute category.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 28 def category @category end |
#checksum ⇒ Object
Returns the value of attribute checksum.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 31 def checksum @checksum end |
#code ⇒ Object
Returns the value of attribute code.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 34 def code @code end |
#created_at ⇒ Object
Returns the value of attribute created_at.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 37 def created_at @created_at end |
#created_by ⇒ Object
Returns the value of attribute created_by.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 40 def created_by @created_by end |
#cve ⇒ Object
Returns the value of attribute cve.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 43 def cve @cve end |
#cwe ⇒ Object
Returns the value of attribute cwe.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 46 def cwe @cwe end |
#data ⇒ Object
Returns the value of attribute data.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 49 def data @data end |
#description ⇒ Object
Returns the value of attribute description.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 52 def description @description end |
#documentation_url ⇒ Object
Returns the value of attribute documentation_url.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 55 def documentation_url @documentation_url end |
#entity_checked ⇒ Object
Returns the value of attribute entity_checked.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 58 def entity_checked @entity_checked end |
#is_published ⇒ Object
Returns the value of attribute is_published.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 61 def is_published @is_published end |
#is_testing ⇒ Object
Returns the value of attribute is_testing.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 64 def is_testing @is_testing end |
#language ⇒ Object
Returns the value of attribute language.
67 68 69 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 67 def language @language end |
#last_updated_at ⇒ Object
Returns the value of attribute last_updated_at.
70 71 72 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 70 def last_updated_at @last_updated_at end |
#last_updated_by ⇒ Object
Returns the value of attribute last_updated_by.
73 74 75 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 73 def last_updated_by @last_updated_by end |
#name ⇒ Object
Returns the value of attribute name.
76 77 78 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 76 def name @name end |
#regex ⇒ Object
Returns the value of attribute regex.
79 80 81 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 79 def regex @regex end |
#severity ⇒ Object
Returns the value of attribute severity.
82 83 84 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 82 def severity @severity end |
#short_description ⇒ Object
Returns the value of attribute short_description.
85 86 87 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 85 def short_description @short_description end |
#should_use_ai_fix ⇒ Object
Returns the value of attribute should_use_ai_fix.
88 89 90 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 88 def should_use_ai_fix @should_use_ai_fix end |
#tests ⇒ Object
Returns the value of attribute tests.
91 92 93 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 91 def tests @tests end |
#tree_sitter_query ⇒ Object
Returns the value of attribute tree_sitter_query.
94 95 96 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 94 def tree_sitter_query @tree_sitter_query end |
#type ⇒ Object
Returns the value of attribute type.
97 98 99 |
# File 'lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb', line 97 def type @type end |