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



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

def operation
  @operation
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



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

def options
  @options
end

#requestObject

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



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

def request
  @request
end

#responseObject

Returns the value of attribute response

Returns:

  • (Object)

    the current value of response



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

def response
  @response
end