Sha256: bf2ced86ffee85b46e8b70cd7e15439fe29d8ac9eaba803cd37f122a55761b24
Contents?: true
Size: 196 Bytes
Versions: 1
Compression:
Stored size: 196 Bytes
Contents
# frozen_string_literal: true # RequestModel generator class TochkaCyclopsRequest < ActiveRecord::Base belongs_to :result, polymorphic: true enum :status, %w[initialized failure success] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tochka_cyclops_api-0.4.0 | lib/tochka_cyclops_api/generators/templates/tochka_cyclops_request_model_template.rb |