Module: Icalia::ResourceIdentity

Extended by:
ActiveSupport::Concern
Included in:
CodeRepository, CodeRepositoryReference, ModelBase, ModelProxy
Defined in:
lib/icalia-sdk-event-core/models/resource_identity.rb

Instance Method Summary collapse

Instance Method Details

#to_keyObject



11
12
13
# File 'lib/icalia-sdk-event-core/models/resource_identity.rb', line 11

def to_key
  { id: id, type: type }
end