Class: RSpec::OpenAPI::Minitest::Example
- Inherits:
-
Struct
- Object
- Struct
- RSpec::OpenAPI::Minitest::Example
- Defined in:
- lib/rspec/openapi/minitest_hooks.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#description ⇒ Object
Returns the value of attribute description.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#metadata ⇒ Object
Returns the value of attribute metadata.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
6 7 8 |
# File 'lib/rspec/openapi/minitest_hooks.rb', line 6 def context @context end |
#description ⇒ Object
Returns the value of attribute description
6 7 8 |
# File 'lib/rspec/openapi/minitest_hooks.rb', line 6 def description @description end |
#file_path ⇒ Object
Returns the value of attribute file_path
6 7 8 |
# File 'lib/rspec/openapi/minitest_hooks.rb', line 6 def file_path @file_path end |
#metadata ⇒ Object
Returns the value of attribute metadata
6 7 8 |
# File 'lib/rspec/openapi/minitest_hooks.rb', line 6 def @metadata end |