Class: LiterLlm::PageDimensions
- Inherits:
-
Object
- Object
- LiterLlm::PageDimensions
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#height ⇒ Integer
readonly
Returns the value of attribute height.
-
#width ⇒ Integer
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.
503 |
# File 'sig/types.rbs', line 503
def initialize: (width: Integer, height: Integer) -> void
|
Instance Attribute Details
#height ⇒ Integer (readonly)
Returns the value of attribute height.
501 502 503 |
# File 'sig/types.rbs', line 501 def height @height end |
#width ⇒ Integer (readonly)
Returns the value of attribute width.
500 501 502 |
# File 'sig/types.rbs', line 500 def width @width end |