class OrangeData::Correction

Correction

Public Class Methods

new(id:SecureRandom.uuid, inn:, group:nil, key_name:nil, content:nil, callback_url: nil) click to toggle source
Calls superclass method OrangeData::Document::new
# File lib/orange_data/receipt.rb, line 232
def initialize(id:SecureRandom.uuid, inn:, group:nil, key_name:nil, content:nil, callback_url: nil)
  @content = CorrectionContent.new(content || {})
  super
end