# File lib/rest.rb, line 128
  def initialize
    @id = @@id;
    @@id += 1
    super()
  end