Class: Gluttonberg::Components::Component
- Inherits:
-
Struct
- Object
- Struct
- Gluttonberg::Components::Component
- Defined in:
- lib/gluttonberg/components.rb
Instance Attribute Summary (collapse)
-
- (Object) admin_url
Returns the value of attribute admin_url.
-
- (Object) label
Returns the value of attribute label.
-
- (Object) name
Returns the value of attribute name.
-
- (Object) only_for_super_admin
Returns the value of attribute only_for_super_admin.
Instance Attribute Details
- (Object) admin_url
Returns the value of attribute admin_url
11 12 13 |
# File 'lib/gluttonberg/components.rb', line 11 def admin_url @admin_url end |
- (Object) label
Returns the value of attribute label
11 12 13 |
# File 'lib/gluttonberg/components.rb', line 11 def label @label end |
- (Object) name
Returns the value of attribute name
11 12 13 |
# File 'lib/gluttonberg/components.rb', line 11 def name @name end |
- (Object) only_for_super_admin
Returns the value of attribute only_for_super_admin
11 12 13 |
# File 'lib/gluttonberg/components.rb', line 11 def only_for_super_admin @only_for_super_admin end |