Class: Fontico::Resolver::Source
- Inherits:
-
Struct
- Object
- Struct
- Fontico::Resolver::Source
- Defined in:
- lib/fontico/resolver.rb
Instance Attribute Summary collapse
-
#height ⇒ Object
Returns the value of attribute height.
-
#markup ⇒ Object
Returns the value of attribute markup.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object
Returns the value of attribute height
18 19 20 |
# File 'lib/fontico/resolver.rb', line 18 def height @height end |
#markup ⇒ Object
Returns the value of attribute markup
18 19 20 |
# File 'lib/fontico/resolver.rb', line 18 def markup @markup end |
#width ⇒ Object
Returns the value of attribute width
18 19 20 |
# File 'lib/fontico/resolver.rb', line 18 def width @width end |