Class: YiffSpace::Configuration::FixerTemplates::Template
- Defined in:
- lib/yiffspace/configuration/fixer_templates.rb
Instance Attribute Summary collapse
-
#content_blocks ⇒ Object
Returns the value of attribute content_blocks.
-
#name ⇒ Object
Returns the value of attribute name.
-
#short ⇒ Object
Returns the value of attribute short.
Instance Method Summary collapse
Instance Attribute Details
#content_blocks ⇒ Object
Returns the value of attribute content_blocks
17 18 19 |
# File 'lib/yiffspace/configuration/fixer_templates.rb', line 17 def content_blocks @content_blocks end |
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/yiffspace/configuration/fixer_templates.rb', line 17 def name @name end |
#short ⇒ Object
Returns the value of attribute short
17 18 19 |
# File 'lib/yiffspace/configuration/fixer_templates.rb', line 17 def short @short end |
Instance Method Details
#steps ⇒ Object
18 19 20 |
# File 'lib/yiffspace/configuration/fixer_templates.rb', line 18 def steps content_blocks.size end |