Sha256: bb0b28f9f6373a7bb0abc54d6a66d8d15f569a4b288c7a0255116b73ff4ff423
Contents?: true
Size: 1.62 KB
Versions: 31
Compression:
Stored size: 1.62 KB
Contents
module SurveyGizmo::API class Contact include SurveyGizmo::Resource attribute :id, Integer attribute :survey_id, Integer attribute :campaign_id, Integer attribute :estatus, String attribute :esubscriberstatus, String attribute :semailaddress, String attribute :sfirstname, String attribute :slastname, String attribute :sorganization, String attribute :sdepartment, String attribute :sbusinessphone, String attribute :shomephone, String attribute :sfaxphone, String attribute :sworkphone, String attribute :smailingaddress, String attribute :smailingaddress2, String attribute :smailingaddresscity, String attribute :smailingaddressstate, String attribute :smailingaddresscountry, String attribute :smailingaddresspostal, String attribute :stitle, String attribute :surl, String attribute :scustomfield1, String attribute :scustomfield2, String attribute :scustomfield3, String attribute :scustomfield4, String attribute :scustomfield5, String attribute :scustomfield6, String attribute :scustomfield7, String attribute :scustomfield8, String attribute :scustomfield9, String attribute :scustomfield10, String @route = '/survey/:survey_id/surveycampaign/:campaign_id/contact' end end
Version data entries
31 entries across 31 versions & 1 rubygems