Class: Incline::DisableInfo
- Inherits:
-
Object
- Object
- Incline::DisableInfo
- Includes:
- ActiveModel::Model, ActiveModel::Validations
- Defined in:
- app/models/incline/disable_info.rb
Overview
This model is used to disable a user with a reason for the disabling.
Instance Attribute Summary collapse
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#reason ⇒ Object
Returns the value of attribute reason.
8 9 10 |
# File 'app/models/incline/disable_info.rb', line 8 def reason @reason end |
#user ⇒ Object
Returns the value of attribute user.
8 9 10 |
# File 'app/models/incline/disable_info.rb', line 8 def user @user end |