Class: Panda::CMS::Features::Feature
- Inherits:
-
Struct
- Object
- Struct
- Panda::CMS::Features::Feature
- Defined in:
- lib/panda/cms/features.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#provider ⇒ Object
Returns the value of attribute provider.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/panda/cms/features.rb', line 8 def name @name end |
#provider ⇒ Object
Returns the value of attribute provider
8 9 10 |
# File 'lib/panda/cms/features.rb', line 8 def provider @provider end |