Class: Clacky::Channel::Adapters::Weixin::SendQueue::Entry
- Inherits:
-
Struct
- Object
- Struct
- Clacky::Channel::Adapters::Weixin::SendQueue::Entry
- Defined in:
- lib/clacky/server/channel/adapters/weixin/adapter.rb
Instance Attribute Summary collapse
-
#context_token ⇒ Object
Returns the value of attribute context_token.
-
#enqueued_at ⇒ Object
Returns the value of attribute enqueued_at.
-
#text ⇒ Object
Returns the value of attribute text.
Instance Attribute Details
#context_token ⇒ Object
Returns the value of attribute context_token
25 26 27 |
# File 'lib/clacky/server/channel/adapters/weixin/adapter.rb', line 25 def context_token @context_token end |
#enqueued_at ⇒ Object
Returns the value of attribute enqueued_at
25 26 27 |
# File 'lib/clacky/server/channel/adapters/weixin/adapter.rb', line 25 def enqueued_at @enqueued_at end |
#text ⇒ Object
Returns the value of attribute text
25 26 27 |
# File 'lib/clacky/server/channel/adapters/weixin/adapter.rb', line 25 def text @text end |