module Icalia::ResourceIdentity

Public Instance Methods

to_key() click to toggle source
# File lib/icalia-sdk-event-core/models/resource_identity.rb, line 11
def to_key
  { id: id, type: type }
end