Class: CodexNotify::DestinationResolver::Resolution

Inherits:
Struct
  • Object
show all
Defined in:
lib/codex_notify/destination_resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



9
10
11
# File 'lib/codex_notify/destination_resolver.rb', line 9

def channel
  @channel
end

#channel_sourceObject

Returns the value of attribute channel_source

Returns:

  • (Object)

    the current value of channel_source



9
10
11
# File 'lib/codex_notify/destination_resolver.rb', line 9

def channel_source
  @channel_source
end

#destinationObject

Returns the value of attribute destination

Returns:

  • (Object)

    the current value of destination



9
10
11
# File 'lib/codex_notify/destination_resolver.rb', line 9

def destination
  @destination
end

#tokenObject

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



9
10
11
# File 'lib/codex_notify/destination_resolver.rb', line 9

def token
  @token
end

#token_sourceObject

Returns the value of attribute token_source

Returns:

  • (Object)

    the current value of token_source



9
10
11
# File 'lib/codex_notify/destination_resolver.rb', line 9

def token_source
  @token_source
end