Class: Fontico::Preprocessor::Result
- Inherits:
-
Struct
- Object
- Struct
- Fontico::Preprocessor::Result
- Defined in:
- lib/fontico/preprocessor.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#height ⇒ Object
Returns the value of attribute height.
-
#multicolor ⇒ Object
Returns the value of attribute multicolor.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
30 31 32 |
# File 'lib/fontico/preprocessor.rb', line 30 def body @body end |
#height ⇒ Object
Returns the value of attribute height
30 31 32 |
# File 'lib/fontico/preprocessor.rb', line 30 def height @height end |
#multicolor ⇒ Object
Returns the value of attribute multicolor
30 31 32 |
# File 'lib/fontico/preprocessor.rb', line 30 def multicolor @multicolor end |
#warnings ⇒ Object
Returns the value of attribute warnings
30 31 32 |
# File 'lib/fontico/preprocessor.rb', line 30 def warnings @warnings end |
#width ⇒ Object
Returns the value of attribute width
30 31 32 |
# File 'lib/fontico/preprocessor.rb', line 30 def width @width end |