Class: Welo::Observer::Registration

Inherits:
Struct
  • Object
show all
Defined in:
lib/welo/core/observation.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cbObject

Returns the value of attribute cb

Returns:

  • (Object)

    the current value of cb



70
71
72
# File 'lib/welo/core/observation.rb', line 70

def cb
  @cb
end

#event_nameObject

Returns the value of attribute event_name

Returns:

  • (Object)

    the current value of event_name



70
71
72
# File 'lib/welo/core/observation.rb', line 70

def event_name
  @event_name
end