Class: AsyncapiCable::Runtime::ContractRegistry::Match

Inherits:
Struct
  • Object
show all
Defined in:
lib/asyncapi_cable/runtime/contract_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#componentsObject

Returns the value of attribute components

Returns:

  • (Object)

    the current value of components



12
13
14
# File 'lib/asyncapi_cable/runtime/contract_registry.rb', line 12

def components
  @components
end

#matcherObject

Returns the value of attribute matcher

Returns:

  • (Object)

    the current value of matcher



12
13
14
# File 'lib/asyncapi_cable/runtime/contract_registry.rb', line 12

def matcher
  @matcher
end

#schema_namesObject

Returns the value of attribute schema_names

Returns:

  • (Object)

    the current value of schema_names



12
13
14
# File 'lib/asyncapi_cable/runtime/contract_registry.rb', line 12

def schema_names
  @schema_names
end