Class: Slk::Services::TargetResolver::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/slk/services/target_resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channel_idObject (readonly)

Returns the value of attribute channel_id

Returns:

  • (Object)

    the current value of channel_id



7
8
9
# File 'lib/slk/services/target_resolver.rb', line 7

def channel_id
  @channel_id
end

#msg_tsObject (readonly)

Returns the value of attribute msg_ts

Returns:

  • (Object)

    the current value of msg_ts



7
8
9
# File 'lib/slk/services/target_resolver.rb', line 7

def msg_ts
  @msg_ts
end

#thread_tsObject (readonly)

Returns the value of attribute thread_ts

Returns:

  • (Object)

    the current value of thread_ts



7
8
9
# File 'lib/slk/services/target_resolver.rb', line 7

def thread_ts
  @thread_ts
end

#workspaceObject (readonly)

Returns the value of attribute workspace

Returns:

  • (Object)

    the current value of workspace



7
8
9
# File 'lib/slk/services/target_resolver.rb', line 7

def workspace
  @workspace
end