Class: Maitredee::PublisherMessage

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



215
216
217
# File 'lib/maitredee.rb', line 215

def body
  @body
end

#event_nameObject

Returns the value of attribute event_name

Returns:

  • (Object)

    the current value of event_name



215
216
217
# File 'lib/maitredee.rb', line 215

def event_name
  @event_name
end

#message_idObject

Returns the value of attribute message_id

Returns:

  • (Object)

    the current value of message_id



215
216
217
# File 'lib/maitredee.rb', line 215

def message_id
  @message_id
end

#primary_keyObject

Returns the value of attribute primary_key

Returns:

  • (Object)

    the current value of primary_key



215
216
217
# File 'lib/maitredee.rb', line 215

def primary_key
  @primary_key
end

#schema_nameObject

Returns the value of attribute schema_name

Returns:

  • (Object)

    the current value of schema_name



215
216
217
# File 'lib/maitredee.rb', line 215

def schema_name
  @schema_name
end

#topic_nameObject

Returns the value of attribute topic_name

Returns:

  • (Object)

    the current value of topic_name



215
216
217
# File 'lib/maitredee.rb', line 215

def topic_name
  @topic_name
end

#topic_resource_nameObject

Returns the value of attribute topic_resource_name

Returns:

  • (Object)

    the current value of topic_resource_name



215
216
217
# File 'lib/maitredee.rb', line 215

def topic_resource_name
  @topic_resource_name
end