Class: AutoapiTesting::AutoAPI::NameAndSchema
- Inherits:
-
Struct
- Object
- Struct
- AutoapiTesting::AutoAPI::NameAndSchema
- Defined in:
- lib/autoapi_testing.rb
Overview
bundle name and schema so ‘match_param` and `match_response_header` can provide the field name for context in the error message
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#schema ⇒ Object
Returns the value of attribute schema.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
54 55 56 |
# File 'lib/autoapi_testing.rb', line 54 def name @name end |
#schema ⇒ Object
Returns the value of attribute schema
54 55 56 |
# File 'lib/autoapi_testing.rb', line 54 def schema @schema end |