Class: Refinery::Pages::Type

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

Instance Attribute Summary (collapse)

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