lib/bright/sis_apis/power_school.rb in bright-0.1.0 vs lib/bright/sis_apis/power_school.rb in bright-0.2.0
- old
+ new
@@ -3,10 +3,10 @@
class PowerSchool < Base
DATE_FORMAT = '%Y-%m-%d'
INVALID_SEARCH_CHAR_RE = /[\,\;]/
@@description = "Connects to the PowerSchool API for accessing student information"
- @@doc_url = ""
+ @@doc_url = "http://psimages.sunnysideschools.org/api-developer-guide-1.6.0/"
@@api_version = "1.6.0"
attr_accessor :connection_options, :expansion_options
def initialize(options = {})
\ No newline at end of file