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