Class: SplitIoClient::Engine::Models::EventsMetadata
- Inherits:
-
Object
- Object
- SplitIoClient::Engine::Models::EventsMetadata
- Defined in:
- lib/splitclient-rb/engine/models/events_metadata.rb
Instance Attribute Summary collapse
-
#names ⇒ Object
Returns the value of attribute names.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type, names = nil) ⇒ EventsMetadata
constructor
A new instance of EventsMetadata.
Constructor Details
#initialize(type, names = nil) ⇒ EventsMetadata
Returns a new instance of EventsMetadata.
5 6 7 8 |
# File 'lib/splitclient-rb/engine/models/events_metadata.rb', line 5 def initialize(type, names=nil) @type = type @names = names end |
Instance Attribute Details
#names ⇒ Object
Returns the value of attribute names.
3 4 5 |
# File 'lib/splitclient-rb/engine/models/events_metadata.rb', line 3 def names @names end |
#type ⇒ Object
Returns the value of attribute type.
3 4 5 |
# File 'lib/splitclient-rb/engine/models/events_metadata.rb', line 3 def type @type end |