Class: OpenapiContracts::Env
- Inherits:
-
Struct
- Object
- Struct
- OpenapiContracts::Env
- Defined in:
- lib/openapi_contracts.rb
Instance Attribute Summary collapse
-
#expected_status ⇒ Object
Returns the value of attribute expected_status.
-
#response ⇒ Object
Returns the value of attribute response.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Attribute Details
#expected_status ⇒ Object
Returns the value of attribute expected_status
16 17 18 |
# File 'lib/openapi_contracts.rb', line 16 def expected_status @expected_status end |
#response ⇒ Object
Returns the value of attribute response
16 17 18 |
# File 'lib/openapi_contracts.rb', line 16 def response @response end |
#spec ⇒ Object
Returns the value of attribute spec
16 17 18 |
# File 'lib/openapi_contracts.rb', line 16 def spec @spec end |