class App::View::UserView
- App::View::UserView
- Reference
- Object
Overview
handled by this case FactoryView::UserFactoryView
UserView presents the attributes of Entity::UserEntity
to the different use case responses.
Used in Response::RegisterUserResponse
,
To create a UserView
view = View::UserView.new
each attributes is public, readable and wriatble
Defined in:
app/view/user_view.crInstance Method Summary
- #created_at : Time
- #created_at=(created_at : Time)
- #email : String
- #email=(email : String)
- #id : Int32
- #id=(id : Int32)
- #name : String
- #name=(name : String)
- #password : String
- #password=(password : String)
- #updated_at : Time
- #updated_at=(updated_at : Time)