Class: OpenapiContracts::Env

Inherits:
Struct
  • Object
show all
Defined in:
lib/openapi_contracts.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expected_statusObject

Returns the value of attribute expected_status



16
17
18
# File 'lib/openapi_contracts.rb', line 16

def expected_status
  @expected_status
end

#responseObject

Returns the value of attribute response



16
17
18
# File 'lib/openapi_contracts.rb', line 16

def response
  @response
end

#specObject

Returns the value of attribute spec



16
17
18
# File 'lib/openapi_contracts.rb', line 16

def spec
  @spec
end