Class: LaunchDarkly::EventMessage
- Inherits:
-
Object
- Object
- LaunchDarkly::EventMessage
- Defined in:
- lib/ldclient-rb/events.rb
Instance Attribute Summary collapse
-
#event ⇒ Object
readonly
Returns the value of attribute event.
Instance Method Summary collapse
-
#initialize(event) ⇒ EventMessage
constructor
A new instance of EventMessage.
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
#event ⇒ Object (readonly)
Returns the value of attribute event.
27 28 29 |
# File 'lib/ldclient-rb/events.rb', line 27 def event @event end |