Sha256: 464feb693ff64f89dd4bddef6d6d0c381638e217065b08da1c329e96284fa687
Contents?: true
Size: 447 Bytes
Versions: 31
Compression:
Stored size: 447 Bytes
Contents
module SurveyGizmo::API class Option include SurveyGizmo::Resource include SurveyGizmo::MultilingualTitle attribute :id, Integer attribute :survey_id, Integer attribute :page_id, Integer attribute :question_id, Integer attribute :value, String attribute :properties, Hash @route = '/survey/:survey_id/surveypage/:page_id/surveyquestion/:question_id/surveyoption' end end
Version data entries
31 entries across 31 versions & 1 rubygems