Class: Metadown::Data
- Inherits:
-
Struct
- Object
- Struct
- Metadown::Data
- Defined in:
- lib/metadown.rb
Overview
This struct is what gets returned from a call to #render.
It has two attributes, one for the metadata, and one for the rendered output.
Instance Attribute Summary (collapse)
-
- (Object) metadata
Returns the value of attribute metadata.
-
- (Object) output
Returns the value of attribute output.
Instance Attribute Details
- (Object) metadata
Returns the value of attribute metadata
13 14 15 |
# File 'lib/metadown.rb', line 13 def @metadata end |
- (Object) output
Returns the value of attribute output
13 14 15 |
# File 'lib/metadown.rb', line 13 def output @output end |