Class: Clacky::Channel::Adapters::Weixin::SendQueue::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/clacky/server/channel/adapters/weixin/adapter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#context_tokenObject

Returns the value of attribute context_token

Returns:

  • (Object)

    the current value of context_token



25
26
27
# File 'lib/clacky/server/channel/adapters/weixin/adapter.rb', line 25

def context_token
  @context_token
end

#enqueued_atObject

Returns the value of attribute enqueued_at

Returns:

  • (Object)

    the current value of enqueued_at



25
26
27
# File 'lib/clacky/server/channel/adapters/weixin/adapter.rb', line 25

def enqueued_at
  @enqueued_at
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



25
26
27
# File 'lib/clacky/server/channel/adapters/weixin/adapter.rb', line 25

def text
  @text
end