Class: Xberg::PageHierarchy

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePageHierarchy



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

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

Instance Attribute Details

#block_countInteger (readonly)

Returns the value of attribute block_count.



1926
1927
1928
# File 'sig/types.rbs', line 1926

def block_count
  @block_count
end

#blocksArray[HierarchicalBlock] (readonly)

Returns the value of attribute blocks.



1927
1928
1929
# File 'sig/types.rbs', line 1927

def blocks
  @blocks
end