Class: LiterLlm::PageDimensions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePageDimensions

Returns a new instance of PageDimensions.

Parameters:

  • width: (Integer)
  • height: (Integer)


516
# File 'sig/types.rbs', line 516

def initialize: (width: Integer, height: Integer) -> void

Instance Attribute Details

#heightInteger (readonly)

Returns the value of attribute height.

Returns:

  • (Integer)


514
515
516
# File 'sig/types.rbs', line 514

def height
  @height
end

#widthInteger (readonly)

Returns the value of attribute width.

Returns:

  • (Integer)


513
514
515
# File 'sig/types.rbs', line 513

def width
  @width
end