Sha256: 8ba27ac29eadf4e663b4538ce4247ea457d9d0eed99248b627c8b7490d22ec4e
Contents?: true
Size: 470 Bytes
Versions: 47
Compression:
Stored size: 470 Bytes
Contents
class Auth::Work::Information include Mongoid::Document field :resource_id, type: String field :send_at, type: Time field :payload_for_sms, type: String field :payload_for_email, type: String field :payload_for_mobile_notification, type: String ## how to format the email / sms / mobile app notification field :email_format_option, type: String field :sms_format_option, type: String field :notification_format_option, type: String def inform end end
Version data entries
47 entries across 47 versions & 1 rubygems