Class: Userbin::Callback
- Inherits:
-
Struct
- Object
- Struct
- Userbin::Callback
- Defined in:
- lib/userbin/events.rb
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#pattern ⇒ Object
Returns the value of attribute pattern.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
3 4 5 |
# File 'lib/userbin/events.rb', line 3 def block @block end |
#pattern ⇒ Object
Returns the value of attribute pattern
3 4 5 |
# File 'lib/userbin/events.rb', line 3 def pattern @pattern end |