Class: UserReadWritePresenter
- Inherits:
-
UserPresenter
- Object
- UserPresenter
- UserReadWritePresenter
- Defined in:
- app/presenters/user_read_write_presenter.rb
Instance Attribute Summary
Attributes inherited from UserPresenter
Instance Method Summary collapse
Methods inherited from UserPresenter
Constructor Details
This class inherits a constructor from UserPresenter
Instance Method Details
#access_type ⇒ Object
3 4 5 |
# File 'app/presenters/user_read_write_presenter.rb', line 3 def access_type "Data User - Read Write" end |