class Omniship::Notification

Attributes

email[R]
email_address[R]
format[R]
language[R]
locale_code[R]
options[R]

Public Class Methods

new(options = {}) click to toggle source
# File lib/omniship/notification.rb, line 11
def initialize(options = {})
  @email       = options[:email]
  @format      = options[:format]
  @language    = options[:language]
  @locale_code = options[:locale_code]
end