Sha256: 9485c1a50f7ef4ca2dae77ec2c064189147aee258c97f15e7605c14f20d3c60b

Contents?: true

Size: 172 Bytes

Versions: 3

Compression:

Stored size: 172 Bytes

Contents

# frozen_string_literal: true

# ErrorModel generator
class TochkaCyclopsError < ActiveRecord::Base
  has_one :request, class_name: 'TochkaCyclopsRequest', as: :result
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tochka_cyclops_api-0.4.0 lib/tochka_cyclops_api/generators/templates/tochka_cyclops_error_model_template.rb
tochka_cyclops_api-0.3.0 lib/tochka_cyclops_api/generators/templates/tochka_cyclops_error_model_template.rb
tochka_cyclops_api-0.2.0 lib/tochka_cyclops_api/generators/templates/tochka_cyclops_error_model_template.rb