Class: Xberg::PageSpan

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePageSpan

Returns a new instance of PageSpan.

Parameters:



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

def initialize: (page: Integer, ?bbox: BoundingBox) -> void

Instance Attribute Details

#bboxBoundingBox (readonly)

Returns the value of attribute bbox.

Returns:



1062
1063
1064
# File 'sig/types.rbs', line 1062

def bbox
  @bbox
end

#pageInteger (readonly)

Returns the value of attribute page.

Returns:

  • (Integer)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def page
  @page
end