Class: Flexo::Events::ReplyEvent::Numeric
- Inherits:
-
Object
- Object
- Flexo::Events::ReplyEvent::Numeric
- 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
-
#numeric ⇒ Object
readonly
:nodoc:.
Instance Method Summary collapse
-
#initialize(numeric) ⇒ Numeric
constructor
:nodoc:.
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
#numeric ⇒ Object (readonly)
:nodoc:
38 39 40 |
# File 'lib/flexo/events/reply.rb', line 38 def numeric @numeric end |