Class: Xberg::HierarchyConfig
- Inherits:
-
Object
- Object
- Xberg::HierarchyConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean?
Returns the value of attribute enabled.
-
#include_bbox ⇒ Boolean?
Returns the value of attribute include_bbox.
-
#k_clusters ⇒ Integer?
Returns the value of attribute k_clusters.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ HierarchyConfig
constructor
A new instance of HierarchyConfig.
Constructor Details
#initialize ⇒ HierarchyConfig
Returns a new instance of HierarchyConfig.
450 |
# File 'sig/types.rbs', line 450
def initialize: (?enabled: bool, ?k_clusters: Integer, ?include_bbox: bool) -> void
|
Instance Attribute Details
#enabled ⇒ Boolean?
Returns the value of attribute enabled.
446 447 448 |
# File 'sig/types.rbs', line 446 def enabled @enabled end |
#include_bbox ⇒ Boolean?
Returns the value of attribute include_bbox.
448 449 450 |
# File 'sig/types.rbs', line 448 def include_bbox @include_bbox end |
#k_clusters ⇒ Integer?
Returns the value of attribute k_clusters.
447 448 449 |
# File 'sig/types.rbs', line 447 def k_clusters @k_clusters end |
Class Method Details
.default ⇒ HierarchyConfig
451 |
# File 'sig/types.rbs', line 451
def self.default: () -> HierarchyConfig
|