Class: Rule
- Inherits:
-
Struct
- Object
- Struct
- Rule
- Defined in:
- lib/cuco/cuco.rb
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
-
#proc ⇒ Object
Returns the value of attribute proc.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
1 2 3 |
# File 'lib/cuco/cuco.rb', line 1 def event_type @event_type end |
#pattern ⇒ Object
Returns the value of attribute pattern
1 2 3 |
# File 'lib/cuco/cuco.rb', line 1 def pattern @pattern end |
#proc ⇒ Object
Returns the value of attribute proc
1 2 3 |
# File 'lib/cuco/cuco.rb', line 1 def proc @proc end |