Module: Icalia::ResourceIdentity
- Extended by:
- ActiveSupport::Concern
- Included in:
- CodeRepository, CodeRepositoryReference, ModelBase, ModelProxy
- Defined in:
- lib/icalia/models/resource_identity.rb
Instance Method Summary collapse
Instance Method Details
#to_key ⇒ Object
11 12 13 |
# File 'lib/icalia/models/resource_identity.rb', line 11 def to_key { id: id, type: type } end |