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)


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

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

Instance Attribute Details

#heightInteger (readonly)

Returns the value of attribute height.

Returns:

  • (Integer)


501
502
503
# File 'sig/types.rbs', line 501

def height
  @height
end

#widthInteger (readonly)

Returns the value of attribute width.

Returns:

  • (Integer)


500
501
502
# File 'sig/types.rbs', line 500

def width
  @width
end