Class: Slk::Services::TargetResolver::Result
- Inherits:
-
Data
- Object
- Data
- Slk::Services::TargetResolver::Result
- Defined in:
- lib/slk/services/target_resolver.rb
Instance Attribute Summary collapse
-
#channel_id ⇒ Object
readonly
Returns the value of attribute channel_id.
-
#msg_ts ⇒ Object
readonly
Returns the value of attribute msg_ts.
-
#thread_ts ⇒ Object
readonly
Returns the value of attribute thread_ts.
-
#workspace ⇒ Object
readonly
Returns the value of attribute workspace.
Instance Attribute Details
#channel_id ⇒ Object (readonly)
Returns the value of attribute channel_id
7 8 9 |
# File 'lib/slk/services/target_resolver.rb', line 7 def channel_id @channel_id end |
#msg_ts ⇒ Object (readonly)
Returns the value of attribute msg_ts
7 8 9 |
# File 'lib/slk/services/target_resolver.rb', line 7 def msg_ts @msg_ts end |
#thread_ts ⇒ Object (readonly)
Returns the value of attribute thread_ts
7 8 9 |
# File 'lib/slk/services/target_resolver.rb', line 7 def thread_ts @thread_ts end |
#workspace ⇒ Object (readonly)
Returns the value of attribute workspace
7 8 9 |
# File 'lib/slk/services/target_resolver.rb', line 7 def workspace @workspace end |