Class: LaunchDarkly::EventMessage

Inherits:
Object
  • Object
show all
Defined in:
lib/ldclient-rb/events.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(event) ⇒ EventMessage

Returns a new instance of EventMessage.



24
25
26
# File 'lib/ldclient-rb/events.rb', line 24

def initialize(event)
  @event = event
end

Instance Attribute Details

#eventObject (readonly)

Returns the value of attribute event.



27
28
29
# File 'lib/ldclient-rb/events.rb', line 27

def event
  @event
end