Class: Inky::BuildResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/inky.rb

Overview

Result of a full pipeline build.

Instance Attribute Summary collapse

Instance Attribute Details

#htmlObject

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



28
29
30
# File 'lib/inky.rb', line 28

def html
  @html
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



28
29
30
# File 'lib/inky.rb', line 28

def text
  @text
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



28
29
30
# File 'lib/inky.rb', line 28

def warnings
  @warnings
end