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
25 26 27 |
# File 'lib/openapi_contracts.rb', line 25 def operation @operation end |
#options ⇒ Object
Returns the value of attribute options
25 26 27 |
# File 'lib/openapi_contracts.rb', line 25 def @options end |
#request ⇒ Object
Returns the value of attribute request
25 26 27 |
# File 'lib/openapi_contracts.rb', line 25 def request @request end |
#response ⇒ Object
Returns the value of attribute response
25 26 27 |
# File 'lib/openapi_contracts.rb', line 25 def response @response end |