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.



50
51
52
# File 'lib/ldclient-rb/events.rb', line 50

def initialize(event)
  @event = event
end

Instance Attribute Details

#eventObject (readonly)

Returns the value of attribute event.



53
54
55
# File 'lib/ldclient-rb/events.rb', line 53

def event
  @event
end