Class: Handlebarsjs::HandlebarsConfiguration::HelperConfig
- Inherits:
-
Struct
- Object
- Struct
- Handlebarsjs::HandlebarsConfiguration::HelperConfig
- Defined in:
- lib/handlebarsjs/handlebars_configuration.rb
Instance Attribute Summary collapse
-
#helper ⇒ Object
Returns the value of attribute helper.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#helper ⇒ Object
Returns the value of attribute helper
16 17 18 |
# File 'lib/handlebarsjs/handlebars_configuration.rb', line 16 def helper @helper end |
#name ⇒ Object
Returns the value of attribute name
16 17 18 |
# File 'lib/handlebarsjs/handlebars_configuration.rb', line 16 def name @name end |