Class: Gitlab::Triage::Resource::LabelEvent
- Defined in:
- lib/gitlab/triage/resource/label_event.rb
Constant Summary collapse
- FIELDS =
%i[ id user resource_type resource_id action ].freeze
- TIME_FIELDS =
%i[ created_at ].freeze
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#build_url, define_field, #expand_resource!, #initialize, #network, #redact_confidential_attributes?, #resource_id, #resource_url, #source, #source_resource, #source_url, #url, #url_opts
Constructor Details
This class inherits a constructor from Gitlab::Triage::Resource::Base