Class: OpenapiContracts::Env

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

Instance Attribute Summary collapse

Instance Attribute Details

#operationObject

Returns the value of attribute operation

Returns:

  • (Object)

    the current value of operation



26
27
28
# File 'lib/openapi_contracts.rb', line 26

def operation
  @operation
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



26
27
28
# File 'lib/openapi_contracts.rb', line 26

def options
  @options
end

#requestObject

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



26
27
28
# File 'lib/openapi_contracts.rb', line 26

def request
  @request
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



26
27
28
# File 'lib/openapi_contracts.rb', line 26

def response
  @response
end