Class: Kward::Transport::ConversationKey
- Inherits:
-
Data
- Object
- Data
- Kward::Transport::ConversationKey
- Defined in:
- lib/kward/transport.rb
Instance Attribute Summary collapse
-
#external_id ⇒ Object
readonly
Returns the value of attribute external_id.
-
#transport_id ⇒ Object
readonly
Returns the value of attribute transport_id.
Instance Attribute Details
#external_id ⇒ Object (readonly)
Returns the value of attribute external_id
11 12 13 |
# File 'lib/kward/transport.rb', line 11 def external_id @external_id end |
#transport_id ⇒ Object (readonly)
Returns the value of attribute transport_id
11 12 13 |
# File 'lib/kward/transport.rb', line 11 def transport_id @transport_id end |