Class: Flexo::Events::ReplyEvent::Numeric

Inherits:
Object
  • Object
show all
Defined in:
lib/flexo/events/reply.rb

Overview

Returned by ReplyEvent.[] and used by Dispatcher to be able to subscribe to specific reply events.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(numeric) ⇒ Numeric

:nodoc:



40
41
42
# File 'lib/flexo/events/reply.rb', line 40

def initialize(numeric) # :nodoc:
  @numeric = numeric
end

Instance Attribute Details

#numericObject (readonly)

:nodoc:



38
39
40
# File 'lib/flexo/events/reply.rb', line 38

def numeric
  @numeric
end