Class: Middleman::Sources::CallbackDescriptor
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Middleman::Sources::CallbackDescriptor
 
- Defined in:
- lib/middleman-core/sources.rb
Overview
A callback requires a type and the proc to execute.
Instance Attribute Summary collapse
- 
  
    
      #proc  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute proc. 
- 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute type. 
Instance Attribute Details
#proc ⇒ Object
Returns the value of attribute proc
| 260 261 262 | # File 'lib/middleman-core/sources.rb', line 260 def proc @proc end | 
#type ⇒ Object
Returns the value of attribute type
| 260 261 262 | # File 'lib/middleman-core/sources.rb', line 260 def type @type end |