Sha256: fe9ba6ca82699255abdd6193f62e5cc08dae41ea5bc75a83bec8749eb6cf5b8a

Contents?: true

Size: 137 Bytes

Versions: 17

Compression:

Stored size: 137 Bytes

Contents

# frozen_string_literal: true

class MyModel
  include Arstotzka

  attr_reader :json

  def initialize(json)
    @json = json
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
arstotzka-1.6.2 spec/support/models/my_model.rb
arstotzka-1.6.1 spec/support/models/my_model.rb
arstotzka-1.6.0 spec/support/models/my_model.rb
arstotzka-1.5.0 spec/support/models/my_model.rb
arstotzka-1.4.4 spec/support/models/my_model.rb
arstotzka-1.4.3 spec/support/models/my_model.rb
arstotzka-1.4.2 spec/support/models/my_model.rb
arstotzka-1.4.1 spec/support/models/my_model.rb
arstotzka-1.4.0 spec/support/models/my_model.rb
arstotzka-1.3.2 spec/support/models/my_model.rb
arstotzka-1.3.1 spec/support/models/my_model.rb
arstotzka-1.3.0 spec/support/models/my_model.rb
arstotzka-1.2.4 spec/support/models/my_model.rb
arstotzka-1.2.3 spec/support/models/my_model.rb
arstotzka-1.2.2 spec/support/models/my_model.rb
arstotzka-1.2.1 spec/support/models/my_model.rb
arstotzka-1.2.0 spec/support/models/my_model.rb