Class: Diecut::PluginDescription::KindStem
- Inherits:
-
Struct
- Object
- Struct
- Diecut::PluginDescription::KindStem
- Defined in:
- lib/diecut/plugin-description.rb
Instance Attribute Summary collapse
-
#default_activated ⇒ Object
Returns the value of attribute default_activated.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#stem ⇒ Object
Returns the value of attribute stem.
-
#template_dir ⇒ Object
Returns the value of attribute template_dir.
Instance Method Summary collapse
Instance Attribute Details
#default_activated ⇒ Object
Returns the value of attribute default_activated
11 12 13 |
# File 'lib/diecut/plugin-description.rb', line 11 def default_activated @default_activated end |
#kind ⇒ Object
Returns the value of attribute kind
11 12 13 |
# File 'lib/diecut/plugin-description.rb', line 11 def kind @kind end |
#stem ⇒ Object
Returns the value of attribute stem
11 12 13 |
# File 'lib/diecut/plugin-description.rb', line 11 def stem @stem end |
#template_dir ⇒ Object
Returns the value of attribute template_dir
11 12 13 |
# File 'lib/diecut/plugin-description.rb', line 11 def template_dir @template_dir end |
Instance Method Details
#default_off ⇒ Object
12 13 14 |
# File 'lib/diecut/plugin-description.rb', line 12 def default_off self.default_activated = false end |
#default_on ⇒ Object
16 17 18 |
# File 'lib/diecut/plugin-description.rb', line 16 def default_on self.default_activated = true end |