Class: Inky::BuildResult
- Inherits:
-
Struct
- Object
- Struct
- Inky::BuildResult
- Defined in:
- lib/inky.rb
Overview
Result of a full pipeline build.
Instance Attribute Summary collapse
-
#html ⇒ Object
Returns the value of attribute html.
-
#text ⇒ Object
Returns the value of attribute text.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#html ⇒ Object
Returns the value of attribute html
28 29 30 |
# File 'lib/inky.rb', line 28 def html @html end |
#text ⇒ Object
Returns the value of attribute text
28 29 30 |
# File 'lib/inky.rb', line 28 def text @text end |
#warnings ⇒ Object
Returns the value of attribute warnings
28 29 30 |
# File 'lib/inky.rb', line 28 def warnings @warnings end |