Class: Primer::Forms::ActsAsComponent::TemplateGlob
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Primer::Forms::ActsAsComponent::TemplateGlob
 
 
- Defined in:
 - lib/primer/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
      50 51 52  | 
    
      # File 'lib/primer/forms/acts_as_component.rb', line 50 def glob_pattern @glob_pattern end  | 
  
#method_name ⇒ Object
Returns the value of attribute method_name
      50 51 52  | 
    
      # File 'lib/primer/forms/acts_as_component.rb', line 50 def method_name @method_name end  | 
  
#on_compile_callback ⇒ Object
Returns the value of attribute on_compile_callback
      50 51 52  | 
    
      # File 'lib/primer/forms/acts_as_component.rb', line 50 def on_compile_callback @on_compile_callback end  |