Sha256: 951cd97fbd3588dbf71492e7f75a87ea387134c76cc597b0c9c17eb59db5007d

Contents?: true

Size: 164 Bytes

Versions: 2

Compression:

Stored size: 164 Bytes

Contents

class Game
  include Arstotzka
  include SafeAttributeAssignment
  attr_reader :json

  expose :name, :publisher

  def initialize(json)
    @json = json
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
arstotzka-1.0.1 spec/support/models/game.rb
arstotzka-1.0.0 spec/support/models/game.rb