Class: Xberg::PageHierarchy
- Inherits:
-
Object
- Object
- Xberg::PageHierarchy
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#block_count ⇒ Integer
readonly
Returns the value of attribute block_count.
-
#blocks ⇒ Array[HierarchicalBlock]
readonly
Returns the value of attribute blocks.
Instance Method Summary collapse
-
#initialize ⇒ PageHierarchy
constructor
A new instance of PageHierarchy.
Constructor Details
#initialize ⇒ PageHierarchy
Returns a new instance of PageHierarchy.
1598 |
# File 'sig/types.rbs', line 1598
def initialize: (block_count: Integer, blocks: Array[HierarchicalBlock]) -> void
|
Instance Attribute Details
#block_count ⇒ Integer (readonly)
Returns the value of attribute block_count.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def block_count @block_count end |
#blocks ⇒ Array[HierarchicalBlock] (readonly)
Returns the value of attribute blocks.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def blocks @blocks end |