Class: Igniter::Lang::Types::OLAPPoint
- Inherits:
-
Object
- Object
- Igniter::Lang::Types::OLAPPoint
- Defined in:
- lib/igniter/lang/types.rb
Class Method Summary collapse
Class Method Details
.[](of, dimensions = {}) ⇒ Object
72 73 74 |
# File 'lib/igniter/lang/types.rb', line 72 def self.[](of, dimensions = {}) Descriptor.new(kind: :olap_point, of: of, dimensions: dimensions) end |