Class: Aggro::Event
- Inherits:
-
Struct
- Object
- Struct
- Aggro::Event
- Defined in:
- lib/aggro.rb
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
-
#name ⇒ Object
Returns the value of attribute name.
-
#occured_at ⇒ Object
Returns the value of attribute occured_at.
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details
105 106 107 |
# File 'lib/aggro.rb', line 105 def details @details end |
#name ⇒ Object
Returns the value of attribute name
105 106 107 |
# File 'lib/aggro.rb', line 105 def name @name end |
#occured_at ⇒ Object
Returns the value of attribute occured_at
105 106 107 |
# File 'lib/aggro.rb', line 105 def occured_at @occured_at end |