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



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

def operation
  @operation
end

#optionsObject

Returns the value of attribute options



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

def options
  @options
end

#requestObject

Returns the value of attribute request



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

def request
  @request
end

#responseObject

Returns the value of attribute response



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

def response
  @response
end