Sha256: 2ec971ae562e021023ffabb67be385e5d32971677d64e6e6b4385cee31b0fce4
Contents?: true
Size: 827 Bytes
Versions: 31
Compression:
Stored size: 827 Bytes
Contents
module SurveyGizmo::API class EmailMessage include SurveyGizmo::Resource attribute :id, Integer attribute :survey_id, Integer attribute :campaign_id, Integer attribute :invite_identity, Integer attribute :_type, String attribute :_subtype, String attribute :subject, String attribute :replies, String attribute :messagetype, String attribute :medium, String attribute :status, String attribute :from, Hash attribute :body, Hash attribute :send, Boolean attribute :datecreated, DateTime attribute :datemodified, DateTime @route = '/survey/:survey_id/surveycampaign/:campaign_id/emailmessage' end end
Version data entries
31 entries across 31 versions & 1 rubygems