Class: Service

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/service.rb

Overview

Schema Information

Table name: services

id                :integer(4)      not null, primary key
uri               :string(2083)    default("")
name              :string(1000)    default("")
api_uri           :string(2083)    default("")
uri_template      :string(2083)    default("")
icon              :string(2083)    default("rss.gif")
sequence          :integer(4)
requires_password :boolean(1)