Class: RestCore::EventStruct
- Inherits:
-
Struct
- Object
- Struct
- RestCore::EventStruct
- Defined in:
- lib/rest-core/event.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#duration ⇒ Object
Returns the value of attribute duration.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#duration ⇒ Object
Returns the value of attribute duration
3 4 5 |
# File 'lib/rest-core/event.rb', line 3 def duration @duration end |
#message ⇒ Object
Returns the value of attribute message
3 4 5 |
# File 'lib/rest-core/event.rb', line 3 def @message end |