Class: Pgbus::Client::ReadAfter::Envelope

Inherits:
Data
  • Object
show all
Defined in:
lib/pgbus/client/read_after.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enqueued_atObject (readonly)

Returns the value of attribute enqueued_at

Returns:

  • (Object)

    the current value of enqueued_at



12
13
14
# File 'lib/pgbus/client/read_after.rb', line 12

def enqueued_at
  @enqueued_at
end

#msg_idObject (readonly)

Returns the value of attribute msg_id

Returns:

  • (Object)

    the current value of msg_id



12
13
14
# File 'lib/pgbus/client/read_after.rb', line 12

def msg_id
  @msg_id
end

#payloadObject (readonly)

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



12
13
14
# File 'lib/pgbus/client/read_after.rb', line 12

def payload
  @payload
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



12
13
14
# File 'lib/pgbus/client/read_after.rb', line 12

def source
  @source
end