Class: Enlight::Responses::CreateUser
- Defined in:
- lib/enlight/responses/create_user.rb
Instance Attribute Summary collapse
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Attributes inherited from Response
Method Summary
Methods inherited from Response
Constructor Details
This class inherits a constructor from Enlight::Responses::Response
Instance Attribute Details
#user_id ⇒ Object
Returns the value of attribute user_id.
4 5 6 |
# File 'lib/enlight/responses/create_user.rb', line 4 def user_id @user_id end |