Class: RSpec::OpenAPI::Minitest::Example

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/openapi/minitest_hooks.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



6
7
8
# File 'lib/rspec/openapi/minitest_hooks.rb', line 6

def context
  @context
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



6
7
8
# File 'lib/rspec/openapi/minitest_hooks.rb', line 6

def description
  @description
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



6
7
8
# File 'lib/rspec/openapi/minitest_hooks.rb', line 6

def file_path
  @file_path
end

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



6
7
8
# File 'lib/rspec/openapi/minitest_hooks.rb', line 6

def 
  @metadata
end