Class: Refinery::Pages::Type

Inherits:
Object
  • Object
show all
Defined in:
pages/lib/refinery/pages/type.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



5
6
7
# File 'pages/lib/refinery/pages/type.rb', line 5

def name
  @name
end

#partsObject

Returns the value of attribute parts.



5
6
7
# File 'pages/lib/refinery/pages/type.rb', line 5

def parts
  @parts
end

#templateObject

Returns the value of attribute template.



5
6
7
# File 'pages/lib/refinery/pages/type.rb', line 5

def template
  @template
end