class Comet::OrganizationResponse

def clear

def clear
  @status = 0
  @message = ''
  @id = ''
  @organization = Comet::Organization.new
  @unknown_json_fields = {}
end