Sha256: d57eec8c89bd7daca59904628ff7881e9ed3755aa887bb0937496f573260f2f0

Contents?: true

Size: 116 Bytes

Versions: 4

Compression:

Stored size: 116 Bytes

Contents

# frozen_string_literal: true

class MyModel
  attr_reader :json

  def initialize(json)
    @json = json
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
arstotzka-1.1.0 spec/support/models/my_model.rb
arstotzka-1.0.4 spec/support/models/my_model.rb
arstotzka-1.0.3 spec/support/models/my_model.rb
arstotzka-1.0.2 spec/support/models/my_model.rb