Class: GitlabInternalEventsCli::ExistingEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/gitlab_internal_events_cli/event.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of 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_filtersObject



34
35
36
# File 'lib/gitlab_internal_events_cli/event.rb', line 34

def available_filters
  additional_properties&.keys || []
end

#identifiersObject



30
31
32
# File 'lib/gitlab_internal_events_cli/event.rb', line 30

def identifiers
  self[:identifiers] || []
end