lib/survey_gizmo/survey_gizmo.rb in survey-gizmo-ruby-0.6.0 vs lib/survey_gizmo/survey_gizmo.rb in survey-gizmo-ruby-0.7.0

- old
+ new

@@ -18,9 +18,11 @@ module SurveyGizmo include HTTParty format :json + URLError = Class.new(RuntimeError) + # The base uri for this version of the API is $1 base_uri 'https://restapi.surveygizmo.com/v1' @@options = {} mattr_accessor :options \ No newline at end of file