Class: CheekyDreams::AuditEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/cheeky-dreams.rb

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



76
77
78
# File 'lib/cheeky-dreams.rb', line 76

def message
  @message
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



76
77
78
# File 'lib/cheeky-dreams.rb', line 76

def type
  @type
end