Class: Ariadne::Forms::ActsAsComponent::TemplateGlob
- Inherits:
-
Struct
- Object
- Struct
- Ariadne::Forms::ActsAsComponent::TemplateGlob
- Defined in:
- lib/ariadne/forms/acts_as_component.rb
Instance Attribute Summary collapse
-
#glob_pattern ⇒ Object
Returns the value of attribute glob_pattern.
-
#method_name ⇒ Object
Returns the value of attribute method_name.
-
#on_compile_callback ⇒ Object
Returns the value of attribute on_compile_callback.
Instance Attribute Details
#glob_pattern ⇒ Object
Returns the value of attribute glob_pattern
49 50 51 |
# File 'lib/ariadne/forms/acts_as_component.rb', line 49 def glob_pattern @glob_pattern end |
#method_name ⇒ Object
Returns the value of attribute method_name
49 50 51 |
# File 'lib/ariadne/forms/acts_as_component.rb', line 49 def method_name @method_name end |
#on_compile_callback ⇒ Object
Returns the value of attribute on_compile_callback
49 50 51 |
# File 'lib/ariadne/forms/acts_as_component.rb', line 49 def on_compile_callback @on_compile_callback end |