Class: Alchemy::Message
- Inherits:
-
Object
- Object
- Alchemy::Message
- Includes:
- ActiveModel::Model
- Defined in:
- app/models/alchemy/message.rb
Instance Attribute Summary collapse
-
#contact_form_id ⇒ Object
Returns the value of attribute contact_form_id.
-
#ip ⇒ Object
Returns the value of attribute ip.
Class Method Summary collapse
Instance Attribute Details
#contact_form_id ⇒ Object
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 |
#ip ⇒ Object
Returns the value of attribute ip.
23 24 25 |
# File 'app/models/alchemy/message.rb', line 23 def ip @ip end |