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.
423 |
# File 'sig/types.rbs', line 423
def initialize: (?enabled: bool, ?k_clusters: Integer, ?include_bbox: bool) -> void
|
Instance Attribute Details
#enabled ⇒ Boolean?
Returns the value of attribute enabled.
419 420 421 |
# File 'sig/types.rbs', line 419 def enabled @enabled end |
#include_bbox ⇒ Boolean?
Returns the value of attribute include_bbox.
421 422 423 |
# File 'sig/types.rbs', line 421 def include_bbox @include_bbox end |
#k_clusters ⇒ Integer?
Returns the value of attribute k_clusters.
420 421 422 |
# File 'sig/types.rbs', line 420 def k_clusters @k_clusters end |
Class Method Details
.default ⇒ HierarchyConfig
424 |
# File 'sig/types.rbs', line 424
def self.default: () -> HierarchyConfig
|