Class: Xberg::PageHierarchy

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePageHierarchy

Returns a new instance of PageHierarchy.

Parameters:



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

def initialize: (block_count: Integer, blocks: Array[HierarchicalBlock]) -> void

Instance Attribute Details

#block_countInteger (readonly)

Returns the value of attribute block_count.

Returns:

  • (Integer)


1595
1596
1597
# File 'sig/types.rbs', line 1595

def block_count
  @block_count
end

#blocksArray[HierarchicalBlock] (readonly)

Returns the value of attribute blocks.

Returns:



1596
1597
1598
# File 'sig/types.rbs', line 1596

def blocks
  @blocks
end