Class: VORuby::STC::V1_10::Region::ConstraintList
- Inherits:
-
TypedArray
- Object
- Array
- TypedArray
- VORuby::STC::V1_10::Region::ConstraintList
- Defined in:
- lib/voruby/stc/1.10/region.rb
Class Method Summary collapse
Methods inherited from TypedArray
#<<, #[]=, #clear, #initialize, #insert, maximum_length, #replace, #to_s
Methods inherited from Array
Constructor Details
This class inherits a constructor from TypedArray
Class Method Details
.minimum_length ⇒ Object
621 |
# File 'lib/voruby/stc/1.10/region.rb', line 621 def self.minimum_length; 1 end |
.restricted_to ⇒ Object
620 |
# File 'lib/voruby/stc/1.10/region.rb', line 620 def self.restricted_to; [Constraint] end |