Class: Xberg::PageDimensions
- Inherits:
-
Object
- Object
- Xberg::PageDimensions
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#height ⇒ Float
readonly
Returns the value of attribute height.
-
#width ⇒ Float
readonly
Returns the value of attribute width.
Instance Method Summary collapse
-
#initialize ⇒ PageDimensions
constructor
A new instance of PageDimensions.
Constructor Details
#initialize ⇒ PageDimensions
Returns a new instance of PageDimensions.
1922 |
# File 'sig/types.rbs', line 1922 def initialize: (?width: Float, ?height: Float) -> void |
Instance Attribute Details
#height ⇒ Float (readonly)
Returns the value of attribute height.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def height @height end |
#width ⇒ Float (readonly)
Returns the value of attribute width.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def width @width end |