Class: Alchemy::Message

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
app/models/alchemy/message.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#contact_form_idObject

Returns the value of attribute contact_form_id.



23
24
25
# File 'app/models/alchemy/message.rb', line 23

def contact_form_id
  @contact_form_id
end

#ipObject

Returns the value of attribute ip.



23
24
25
# File 'app/models/alchemy/message.rb', line 23

def ip
  @ip
end

Class Method Details

.configObject



19
20
21
# File 'app/models/alchemy/message.rb', line 19

def self.config
  Alchemy::Config.get(:mailer)
end