Class: SecurityPentestPlanner::OpenAPIParser::Endpoint
- Inherits:
-
Struct
- Object
- Struct
- SecurityPentestPlanner::OpenAPIParser::Endpoint
- Defined in:
- lib/security_pentest_planner/openapi_parser.rb
Instance Attribute Summary collapse
-
#method ⇒ Object
Returns the value of attribute method.
-
#operation_id ⇒ Object
Returns the value of attribute operation_id.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#path ⇒ Object
Returns the value of attribute path.
-
#security ⇒ Object
Returns the value of attribute security.
-
#summary ⇒ Object
Returns the value of attribute summary.
Instance Attribute Details
#method ⇒ Object
Returns the value of attribute method
12 13 14 |
# File 'lib/security_pentest_planner/openapi_parser.rb', line 12 def method @method end |
#operation_id ⇒ Object
Returns the value of attribute operation_id
12 13 14 |
# File 'lib/security_pentest_planner/openapi_parser.rb', line 12 def operation_id @operation_id end |
#parameters ⇒ Object
Returns the value of attribute parameters
12 13 14 |
# File 'lib/security_pentest_planner/openapi_parser.rb', line 12 def parameters @parameters end |
#path ⇒ Object
Returns the value of attribute path
12 13 14 |
# File 'lib/security_pentest_planner/openapi_parser.rb', line 12 def path @path end |
#security ⇒ Object
Returns the value of attribute security
12 13 14 |
# File 'lib/security_pentest_planner/openapi_parser.rb', line 12 def security @security end |
#summary ⇒ Object
Returns the value of attribute summary
12 13 14 |
# File 'lib/security_pentest_planner/openapi_parser.rb', line 12 def summary @summary end |