Class: Fontico::Preprocessor::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



30
31
32
# File 'lib/fontico/preprocessor.rb', line 30

def body
  @body
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



30
31
32
# File 'lib/fontico/preprocessor.rb', line 30

def height
  @height
end

#multicolorObject

Returns the value of attribute multicolor

Returns:

  • (Object)

    the current value of multicolor



30
31
32
# File 'lib/fontico/preprocessor.rb', line 30

def multicolor
  @multicolor
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



30
31
32
# File 'lib/fontico/preprocessor.rb', line 30

def warnings
  @warnings
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



30
31
32
# File 'lib/fontico/preprocessor.rb', line 30

def width
  @width
end