Class: AsyncapiCable::Runtime::ContractRegistry::Match
- Inherits:
-
Struct
- Object
- Struct
- AsyncapiCable::Runtime::ContractRegistry::Match
- Defined in:
- lib/asyncapi_cable/runtime/contract_registry.rb
Instance Attribute Summary collapse
-
#components ⇒ Object
Returns the value of attribute components.
-
#matcher ⇒ Object
Returns the value of attribute matcher.
-
#schema_names ⇒ Object
Returns the value of attribute schema_names.
Instance Attribute Details
#components ⇒ Object
Returns the value of attribute components
12 13 14 |
# File 'lib/asyncapi_cable/runtime/contract_registry.rb', line 12 def components @components end |
#matcher ⇒ Object
Returns the value of attribute matcher
12 13 14 |
# File 'lib/asyncapi_cable/runtime/contract_registry.rb', line 12 def matcher @matcher end |
#schema_names ⇒ Object
Returns the value of attribute schema_names
12 13 14 |
# File 'lib/asyncapi_cable/runtime/contract_registry.rb', line 12 def schema_names @schema_names end |