Class: SplitIoClient::Engine::Models::ValidSdkEvent
- Inherits:
-
Object
- Object
- SplitIoClient::Engine::Models::ValidSdkEvent
- Defined in:
- lib/splitclient-rb/engine/models/valid_sdk_event.rb
Instance Attribute Summary collapse
-
#sdk_event ⇒ Object
readonly
Returns the value of attribute sdk_event.
-
#valid ⇒ Object
readonly
Returns the value of attribute valid.
Instance Method Summary collapse
-
#initialize(sdk_event, valid) ⇒ ValidSdkEvent
constructor
A new instance of ValidSdkEvent.
Constructor Details
#initialize(sdk_event, valid) ⇒ ValidSdkEvent
Returns a new instance of ValidSdkEvent.
8 9 10 11 |
# File 'lib/splitclient-rb/engine/models/valid_sdk_event.rb', line 8 def initialize(sdk_event, valid) @sdk_event = sdk_event @valid = valid end |
Instance Attribute Details
#sdk_event ⇒ Object (readonly)
Returns the value of attribute sdk_event.
6 7 8 |
# File 'lib/splitclient-rb/engine/models/valid_sdk_event.rb', line 6 def sdk_event @sdk_event end |
#valid ⇒ Object (readonly)
Returns the value of attribute valid.
6 7 8 |
# File 'lib/splitclient-rb/engine/models/valid_sdk_event.rb', line 6 def valid @valid end |