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
263 264 265 |
# File 'lib/middleman-core/sources.rb', line 263 def proc @proc end |
#type ⇒ Object
Returns the value of attribute type
263 264 265 |
# File 'lib/middleman-core/sources.rb', line 263 def type @type end |