Class: CommandTower::Configuration::Registry::ClientCompatibility::ContractDefinition
- Inherits:
-
Object
- Object
- CommandTower::Configuration::Registry::ClientCompatibility::ContractDefinition
- Defined in:
- lib/command_tower/configuration/registry/client_compatibility/contract_definition.rb
Overview
A named client contract: a CT-owned or host-owned identity that per-platform host-app versions are bound to. Authority §7. V1 ships with an empty CT-owned catalog by design — no placeholder contracts.
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#owner ⇒ Object
Returns the value of attribute owner.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
11 12 13 |
# File 'lib/command_tower/configuration/registry/client_compatibility/contract_definition.rb', line 11 def id @id end |
#owner ⇒ Object
Returns the value of attribute owner.
11 12 13 |
# File 'lib/command_tower/configuration/registry/client_compatibility/contract_definition.rb', line 11 def owner @owner end |