Class: Primer::Forms::ActsAsComponent::TemplateGlob

Inherits:
Struct
  • Object
show all
Defined in:
lib/primer/forms/acts_as_component.rb

Instance Attribute Summary collapse

Instance Attribute Details

#glob_patternObject

Returns the value of attribute glob_pattern

Returns:

  • (Object)

    the current value of glob_pattern



50
51
52
# File 'lib/primer/forms/acts_as_component.rb', line 50

def glob_pattern
  @glob_pattern
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



50
51
52
# File 'lib/primer/forms/acts_as_component.rb', line 50

def method_name
  @method_name
end

#on_compile_callbackObject

Returns the value of attribute on_compile_callback

Returns:

  • (Object)

    the current value of on_compile_callback



50
51
52
# File 'lib/primer/forms/acts_as_component.rb', line 50

def on_compile_callback
  @on_compile_callback
end