Class: Cinch::Test::Reply
- Inherits:
-
Struct
- Object
- Struct
- Cinch::Test::Reply
- Defined in:
- lib/cinch/test.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
Returns the value of attribute event.
-
#text ⇒ Object
Returns the value of attribute text.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#event ⇒ Object
Returns the value of attribute event
66 67 68 |
# File 'lib/cinch/test.rb', line 66 def event @event end |
#text ⇒ Object
Returns the value of attribute text
66 67 68 |
# File 'lib/cinch/test.rb', line 66 def text @text end |
#time ⇒ Object
Returns the value of attribute time
66 67 68 |
# File 'lib/cinch/test.rb', line 66 def time @time end |