Class: Yattho::Forms::ActsAsComponent::TemplateGlob

Inherits:
Struct
  • Object
show all
Defined in:
lib/yattho/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



40
41
42
# File 'lib/yattho/forms/acts_as_component.rb', line 40

def glob_pattern
  @glob_pattern
end

#method_nameObject

Returns the value of attribute method_name

Returns:

  • (Object)

    the current value of method_name



40
41
42
# File 'lib/yattho/forms/acts_as_component.rb', line 40

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



40
41
42
# File 'lib/yattho/forms/acts_as_component.rb', line 40

def on_compile_callback
  @on_compile_callback
end