Class: GitlabInternalEventsCli::ExistingEvent
- Inherits:
-
Struct
- Object
- Struct
- GitlabInternalEventsCli::ExistingEvent
- Defined in:
- lib/gitlab_internal_events_cli/event.rb
Instance Attribute Summary collapse
-
#file_path ⇒ Object
Returns the value of attribute file_path.
Instance Method Summary collapse
Instance Attribute Details
#file_path ⇒ Object
Returns the value of attribute file_path
29 30 31 |
# File 'lib/gitlab_internal_events_cli/event.rb', line 29 def file_path @file_path end |
Instance Method Details
#available_filters ⇒ Object
34 35 36 |
# File 'lib/gitlab_internal_events_cli/event.rb', line 34 def available_filters additional_properties&.keys || [] end |
#identifiers ⇒ Object
30 31 32 |
# File 'lib/gitlab_internal_events_cli/event.rb', line 30 def identifiers self[:identifiers] || [] end |