Class: Handlebarsjs::HandlebarsConfiguration::HelperConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/handlebarsjs/handlebars_configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#helperObject

Returns the value of attribute helper

Returns:

  • (Object)

    the current value of helper



16
17
18
# File 'lib/handlebarsjs/handlebars_configuration.rb', line 16

def helper
  @helper
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



16
17
18
# File 'lib/handlebarsjs/handlebars_configuration.rb', line 16

def name
  @name
end