Class: SecurityPentestPlanner::OpenAPIParser::Endpoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/security_pentest_planner/openapi_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



12
13
14
# File 'lib/security_pentest_planner/openapi_parser.rb', line 12

def method
  @method
end

#operation_idObject

Returns the value of attribute operation_id

Returns:

  • (Object)

    the current value of operation_id



12
13
14
# File 'lib/security_pentest_planner/openapi_parser.rb', line 12

def operation_id
  @operation_id
end

#parametersObject

Returns the value of attribute parameters

Returns:

  • (Object)

    the current value of parameters



12
13
14
# File 'lib/security_pentest_planner/openapi_parser.rb', line 12

def parameters
  @parameters
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



12
13
14
# File 'lib/security_pentest_planner/openapi_parser.rb', line 12

def path
  @path
end

#securityObject

Returns the value of attribute security

Returns:

  • (Object)

    the current value of security



12
13
14
# File 'lib/security_pentest_planner/openapi_parser.rb', line 12

def security
  @security
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



12
13
14
# File 'lib/security_pentest_planner/openapi_parser.rb', line 12

def summary
  @summary
end