Class: Compass::Fontcustom::TemplateData
- Inherits:
-
OpenStruct
- Object
- OpenStruct
- Compass::Fontcustom::TemplateData
- Defined in:
- lib/compass/fontcustom/font_importer.rb
Overview
Just an ‘OpenStruct` to contain template variables.
Instance Method Summary collapse
-
#expose_binding ⇒ Object
Returns the intance’s internal ‘binding`.
Instance Method Details
#expose_binding ⇒ Object
Returns the intance’s internal ‘binding`.
15 |
# File 'lib/compass/fontcustom/font_importer.rb', line 15 def expose_binding; binding end |