Class: VORuby::ADQL::V1_0::OrderExpression::OrderList
- Inherits:
-
TypedArray
- Object
- Array
- TypedArray
- VORuby::ADQL::V1_0::OrderExpression::OrderList
- Defined in:
- lib/voruby/adql/1.0/adql.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
1996 |
# File 'lib/voruby/adql/1.0/adql.rb', line 1996 def self.minimum_length; 1 end |
.restricted_to ⇒ Object
1995 |
# File 'lib/voruby/adql/1.0/adql.rb', line 1995 def self.restricted_to; [Order] end |