Class: Cinch::Test::Reply

Inherits:
Struct
  • Object
show all
Defined in:
lib/cinch/test.rb

Instance Attribute Summary collapse

Instance Attribute Details

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



66
67
68
# File 'lib/cinch/test.rb', line 66

def event
  @event
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



66
67
68
# File 'lib/cinch/test.rb', line 66

def text
  @text
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



66
67
68
# File 'lib/cinch/test.rb', line 66

def time
  @time
end