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