Sha256: e8550cc425e984a368a68e8561786e6e83138a6352d2521e082fbec525d9a6c2
Contents?: true
Size: 278 Bytes
Versions: 9
Compression:
Stored size: 278 Bytes
Contents
# frozen_string_literal: true object @snapshot extends 'api/v2/snapshots/base' attributes :description node(:created_at, &:create_time) node(:parent_id) { |snapshot| snapshot.try(:parent).try(:id) } node(:children_ids) { |snapshot| snapshot.try(:children).try(:map, &:id) }
Version data entries
9 entries across 9 versions & 1 rubygems