Class: OpenapiContracts::Env
- Inherits:
-
Struct
- Object
- Struct
- OpenapiContracts::Env
- Defined in:
- lib/openapi_contracts.rb
Instance Attribute Summary collapse
-
#operation ⇒ Object
Returns the value of attribute operation.
-
#options ⇒ Object
Returns the value of attribute options.
-
#request ⇒ Object
Returns the value of attribute request.
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#operation ⇒ Object
Returns the value of attribute operation
26 27 28 |
# File 'lib/openapi_contracts.rb', line 26 def operation @operation end |
#options ⇒ Object
Returns the value of attribute options
26 27 28 |
# File 'lib/openapi_contracts.rb', line 26 def @options end |
#request ⇒ Object
Returns the value of attribute request
26 27 28 |
# File 'lib/openapi_contracts.rb', line 26 def request @request end |
#response ⇒ Object
Returns the value of attribute response
26 27 28 |
# File 'lib/openapi_contracts.rb', line 26 def response @response end |