Class: Refinery::Pages::Type
- Inherits:
-
Object
- Object
- Refinery::Pages::Type
- Defined in:
- pages/lib/refinery/pages/type.rb
Instance Attribute Summary (collapse)
-
- (Object) name
Returns the value of attribute name.
-
- (Object) parts
Returns the value of attribute parts.
-
- (Object) template
Returns the value of attribute template.
Instance Attribute Details
- (Object) name
Returns the value of attribute name
5 6 7 |
# File 'pages/lib/refinery/pages/type.rb', line 5 def name @name end |
- (Object) parts
Returns the value of attribute parts
5 6 7 |
# File 'pages/lib/refinery/pages/type.rb', line 5 def parts @parts end |
- (Object) template
Returns the value of attribute template
5 6 7 |
# File 'pages/lib/refinery/pages/type.rb', line 5 def template @template end |