Class: RSpec::OpenAPI::Record

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/openapi/record.rb

Instance Attribute Summary collapse

Instance Attribute Details

#deprecatedObject

Returns the value of attribute deprecated

Returns:

  • (Object)

    the current value of deprecated



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def deprecated
  @deprecated
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def description
  @description
end

#formatsObject

Returns the value of attribute formats

Returns:

  • (Object)

    the current value of formats



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def formats
  @formats
end

#http_methodObject

Returns the value of attribute http_method

Returns:

  • (Object)

    the current value of http_method



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def http_method
  @http_method
end

#operation_idObject

Returns the value of attribute operation_id

Returns:

  • (Object)

    the current value of operation_id



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def operation_id
  @operation_id
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def path
  @path
end

#path_paramsObject

Returns the value of attribute path_params

Returns:

  • (Object)

    the current value of path_params



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def path_params
  @path_params
end

#query_paramsObject

Returns the value of attribute query_params

Returns:

  • (Object)

    the current value of query_params



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def query_params
  @query_params
end

#request_content_typeObject

Returns the value of attribute request_content_type

Returns:

  • (Object)

    the current value of request_content_type



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def request_content_type
  @request_content_type
end

#request_headersObject

Returns the value of attribute request_headers

Returns:

  • (Object)

    the current value of request_headers



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def request_headers
  @request_headers
end

#request_paramsObject

Returns the value of attribute request_params

Returns:

  • (Object)

    the current value of request_params



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def request_params
  @request_params
end

#required_request_paramsObject

Returns the value of attribute required_request_params

Returns:

  • (Object)

    the current value of required_request_params



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def required_request_params
  @required_request_params
end

#response_bodyObject

Returns the value of attribute response_body

Returns:

  • (Object)

    the current value of response_body



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def response_body
  @response_body
end

#response_content_dispositionObject

Returns the value of attribute response_content_disposition

Returns:

  • (Object)

    the current value of response_content_disposition



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def response_content_disposition
  @response_content_disposition
end

#response_content_typeObject

Returns the value of attribute response_content_type

Returns:

  • (Object)

    the current value of response_content_type



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def response_content_type
  @response_content_type
end

#response_headersObject

Returns the value of attribute response_headers

Returns:

  • (Object)

    the current value of response_headers



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def response_headers
  @response_headers
end

#securityObject

Returns the value of attribute security

Returns:

  • (Object)

    the current value of security



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def security
  @security
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def status
  @status
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def summary
  @summary
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def tags
  @tags
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



3
4
5
# File 'lib/rspec/openapi/record.rb', line 3

def title
  @title
end