Class: CheekyDreams::AuditEvent
- Inherits:
-
Struct
- Object
- Struct
- CheekyDreams::AuditEvent
- Defined in:
- lib/cheeky-dreams.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
76 77 78 |
# File 'lib/cheeky-dreams.rb', line 76 def @message end |
#type ⇒ Object
Returns the value of attribute type
76 77 78 |
# File 'lib/cheeky-dreams.rb', line 76 def type @type end |