Class: Maitredee::SubscriberMessage

Inherits:
Struct
  • Object
show all
Defined in:
lib/maitredee.rb

Instance Attribute Summary collapse

Instance Attribute Details

#adapter_messageObject

Returns the value of attribute adapter_message

Returns:

  • (Object)

    the current value of adapter_message



220
221
222
# File 'lib/maitredee.rb', line 220

def adapter_message
  @adapter_message
end

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



220
221
222
# File 'lib/maitredee.rb', line 220

def body
  @body
end

#broker_message_idObject

Returns the value of attribute broker_message_id

Returns:

  • (Object)

    the current value of broker_message_id



220
221
222
# File 'lib/maitredee.rb', line 220

def broker_message_id
  @broker_message_id
end

#event_nameObject

Returns the value of attribute event_name

Returns:

  • (Object)

    the current value of event_name



220
221
222
# File 'lib/maitredee.rb', line 220

def event_name
  @event_name
end

#maitredee_versionObject

Returns the value of attribute maitredee_version

Returns:

  • (Object)

    the current value of maitredee_version



220
221
222
# File 'lib/maitredee.rb', line 220

def maitredee_version
  @maitredee_version
end

#message_idObject

Returns the value of attribute message_id

Returns:

  • (Object)

    the current value of message_id



220
221
222
# File 'lib/maitredee.rb', line 220

def message_id
  @message_id
end

#primary_keyObject

Returns the value of attribute primary_key

Returns:

  • (Object)

    the current value of primary_key



220
221
222
# File 'lib/maitredee.rb', line 220

def primary_key
  @primary_key
end

#raw_messageObject

Returns the value of attribute raw_message

Returns:

  • (Object)

    the current value of raw_message



220
221
222
# File 'lib/maitredee.rb', line 220

def raw_message
  @raw_message
end

#schema_nameObject

Returns the value of attribute schema_name

Returns:

  • (Object)

    the current value of schema_name



220
221
222
# File 'lib/maitredee.rb', line 220

def schema_name
  @schema_name
end

#sent_atObject

Returns the value of attribute sent_at

Returns:

  • (Object)

    the current value of sent_at



220
221
222
# File 'lib/maitredee.rb', line 220

def sent_at
  @sent_at
end

#topic_nameObject

Returns the value of attribute topic_name

Returns:

  • (Object)

    the current value of topic_name



220
221
222
# File 'lib/maitredee.rb', line 220

def topic_name
  @topic_name
end