Class: DatadogAPIClient::V2::GetAstRequestDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GetAstRequestDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/get_ast_request_data_attributes.rb
Overview
The attributes of the get-AST request, containing the source code to parse.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#code ⇒ Object
readonly
The base64-encoded source code to parse into an abstract syntax tree.
-
#file_encoding ⇒ Object
readonly
The encoding of the source code file (must be utf-8).
-
#language ⇒ Object
readonly
The programming language of the source code to parse.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/get_ast_request_data_attributes.rb', line 33 def additional_properties @additional_properties end |
#code ⇒ Object
The base64-encoded source code to parse into an abstract syntax tree.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/get_ast_request_data_attributes.rb', line 25 def code @code end |
#file_encoding ⇒ Object
The encoding of the source code file (must be utf-8).
28 29 30 |
# File 'lib/datadog_api_client/v2/models/get_ast_request_data_attributes.rb', line 28 def file_encoding @file_encoding end |
#language ⇒ Object
The programming language of the source code to parse.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/get_ast_request_data_attributes.rb', line 31 def language @language end |