Class: Cyclid::UI::Views::Config
- Defined in:
- app/cyclid_ui/views/config.rb
Overview
Plugin config view
Instance Attribute Summary collapse
-
#org_url ⇒ Object
readonly
Returns the value of attribute org_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
#org_url ⇒ Object (readonly)
Returns the value of attribute org_url.
21 22 23 |
# File 'app/cyclid_ui/views/config.rb', line 21 def org_url @org_url end |