Class: Pandemonium::Message

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

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



2
3
4
# File 'lib/pandemonium/message.rb', line 2

def content
  @content
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



2
3
4
# File 'lib/pandemonium/message.rb', line 2

def type
  @type
end