Sha256: 9f0e6d1ccc569959c8decfd9a720db32c8c1b856cfa8493d1e5598f908b3cd7c

Contents?: true

Size: 169 Bytes

Versions: 2

Compression:

Stored size: 169 Bytes

Contents

class Game
  include JsonParser
  include SafeAttributeAssignment
  attr_reader :json

  json_parse :name, :publisher

  def initialize(json)
    @json = json
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
json_parser-1.3.1 spec/support/models/game.rb
json_parser-1.3.0 spec/support/models/game.rb