Class: CodexNotify::DestinationResolver::Resolution
- Inherits:
-
Struct
- Object
- Struct
- CodexNotify::DestinationResolver::Resolution
- Defined in:
- lib/codex_notify/destination_resolver.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#channel_source ⇒ Object
Returns the value of attribute channel_source.
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#token ⇒ Object
Returns the value of attribute token.
-
#token_source ⇒ Object
Returns the value of attribute token_source.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel
9 10 11 |
# File 'lib/codex_notify/destination_resolver.rb', line 9 def channel @channel end |
#channel_source ⇒ Object
Returns the value of attribute channel_source
9 10 11 |
# File 'lib/codex_notify/destination_resolver.rb', line 9 def channel_source @channel_source end |
#destination ⇒ Object
Returns the value of attribute destination
9 10 11 |
# File 'lib/codex_notify/destination_resolver.rb', line 9 def destination @destination end |
#token ⇒ Object
Returns the value of attribute token
9 10 11 |
# File 'lib/codex_notify/destination_resolver.rb', line 9 def token @token end |
#token_source ⇒ Object
Returns the value of attribute token_source
9 10 11 |
# File 'lib/codex_notify/destination_resolver.rb', line 9 def token_source @token_source end |