Class: CommandTower::Messaging::Channels::Definition
- Inherits:
-
Data
- Object
- Data
- CommandTower::Messaging::Channels::Definition
- Defined in:
- app/services/command_tower/messaging/channels/definition.rb
Instance Attribute Summary collapse
-
#canonical_provider ⇒ Object
readonly
Returns the value of attribute canonical_provider.
-
#identity_backed ⇒ Object
readonly
Returns the value of attribute identity_backed.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#supports_endpoint_records ⇒ Object
readonly
Returns the value of attribute supports_endpoint_records.
Instance Method Summary collapse
Instance Attribute Details
#canonical_provider ⇒ Object (readonly)
Returns the value of attribute canonical_provider
6 7 8 |
# File 'app/services/command_tower/messaging/channels/definition.rb', line 6 def canonical_provider @canonical_provider end |
#identity_backed ⇒ Object (readonly)
Returns the value of attribute identity_backed
6 7 8 |
# File 'app/services/command_tower/messaging/channels/definition.rb', line 6 def identity_backed @identity_backed end |
#key ⇒ Object (readonly)
Returns the value of attribute key
6 7 8 |
# File 'app/services/command_tower/messaging/channels/definition.rb', line 6 def key @key end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
6 7 8 |
# File 'app/services/command_tower/messaging/channels/definition.rb', line 6 def kind @kind end |
#label ⇒ Object (readonly)
Returns the value of attribute label
6 7 8 |
# File 'app/services/command_tower/messaging/channels/definition.rb', line 6 def label @label end |
#supports_endpoint_records ⇒ Object (readonly)
Returns the value of attribute supports_endpoint_records
6 7 8 |
# File 'app/services/command_tower/messaging/channels/definition.rb', line 6 def supports_endpoint_records @supports_endpoint_records end |
Instance Method Details
#external? ⇒ Boolean
14 15 16 |
# File 'app/services/command_tower/messaging/channels/definition.rb', line 14 def external? kind == :external end |
#inbox? ⇒ Boolean
18 19 20 |
# File 'app/services/command_tower/messaging/channels/definition.rb', line 18 def inbox? kind == :inbox end |