Class: Userbin::Callback

Inherits:
Struct
  • Object
show all
Defined in:
lib/userbin/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



3
4
5
# File 'lib/userbin/events.rb', line 3

def block
  @block
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



3
4
5
# File 'lib/userbin/events.rb', line 3

def pattern
  @pattern
end