Class: Cyclid::UI::Views::User
- Defined in:
- app/cyclid_ui/views/user.rb
Overview
User profile view
Instance Attribute Summary collapse
-
#user_url ⇒ Object
readonly
Returns the value of attribute user_url.
Attributes inherited from Layout
#api_url, #linkback_url, #organization
Method Summary
Methods inherited from Layout
#breadcrumbs, #gravatar_url, #organizations, #signup, #title, #username
Instance Attribute Details
#user_url ⇒ Object (readonly)
Returns the value of attribute user_url.
21 22 23 |
# File 'app/cyclid_ui/views/user.rb', line 21 def user_url @user_url end |