Class: Diecut::PluginDescription::KindStem

Inherits:
Struct
  • Object
show all
Defined in:
lib/diecut/plugin-description.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



11
12
13
# File 'lib/diecut/plugin-description.rb', line 11

def kind
  @kind
end

#stemObject

Returns the value of attribute stem

Returns:

  • (Object)

    the current value of stem



11
12
13
# File 'lib/diecut/plugin-description.rb', line 11

def stem
  @stem
end

#template_dirObject

Returns the value of attribute template_dir

Returns:

  • (Object)

    the current value of template_dir



11
12
13
# File 'lib/diecut/plugin-description.rb', line 11

def template_dir
  @template_dir
end