Class: Xberg::HierarchyConfig
- Inherits:
-
Object
- Object
- Xberg::HierarchyConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
readonly
Returns the value of attribute enabled.
-
#include_bbox ⇒ Boolean
readonly
Returns the value of attribute include_bbox.
-
#k_clusters ⇒ Integer
readonly
Returns the value of attribute k_clusters.
Instance Method Summary collapse
-
#initialize ⇒ HierarchyConfig
constructor
A new instance of HierarchyConfig.
Constructor Details
#initialize ⇒ HierarchyConfig
Returns a new instance of HierarchyConfig.
1222 |
# File 'sig/types.rbs', line 1222 def initialize: (?enabled: bool, ?k_clusters: Integer, ?include_bbox: bool) -> void |
Instance Attribute Details
#enabled ⇒ Boolean (readonly)
Returns the value of attribute enabled.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def enabled @enabled end |
#include_bbox ⇒ Boolean (readonly)
Returns the value of attribute include_bbox.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def include_bbox @include_bbox end |
#k_clusters ⇒ Integer (readonly)
Returns the value of attribute k_clusters.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def k_clusters @k_clusters end |