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

Version Path
wordjelly-auth-1.6.0 app/models/auth/work/information.rb
wordjelly-auth-1.5.9 app/models/auth/work/information.rb
wordjelly-auth-1.5.8 app/models/auth/work/information.rb
wordjelly-auth-1.5.7 app/models/auth/work/information.rb
wordjelly-auth-1.5.6 app/models/auth/work/information.rb
wordjelly-auth-1.5.5 app/models/auth/work/information.rb
wordjelly-auth-1.5.4 app/models/auth/work/information.rb
wordjelly-auth-1.5.3 app/models/auth/work/information.rb
wordjelly-auth-1.5.2 app/models/auth/work/information.rb
wordjelly-auth-1.5.1 app/models/auth/work/information.rb
wordjelly-auth-1.5.0 app/models/auth/work/information.rb
wordjelly-auth-1.4.9 app/models/auth/work/information.rb
wordjelly-auth-1.4.8 app/models/auth/work/information.rb
wordjelly-auth-1.4.7 app/models/auth/work/information.rb
wordjelly-auth-1.4.6 app/models/auth/work/information.rb
wordjelly-auth-1.4.5 app/models/auth/work/information.rb
wordjelly-auth-1.4.4 app/models/auth/work/information.rb
wordjelly-auth-1.4.3 app/models/auth/work/information.rb
wordjelly-auth-1.4.2 app/models/auth/work/information.rb
wordjelly-auth-1.4.0 app/models/auth/work/information.rb