class Tcgplayer
    attr_accessor :url, :prices, :updated_at

    def self.from_json(json)
      tcgplayer = Tcgplayer.new