Module: XMLA

Defined in:
lib/cube/cube.rb,
lib/cube/xmla.rb

Defined Under Namespace

Classes: Cube

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.catalogObject

Returns the value of attribute catalog.



3
4
5
# File 'lib/cube/xmla.rb', line 3

def catalog
  @catalog
end

.endpointObject

Returns the value of attribute endpoint.



3
4
5
# File 'lib/cube/xmla.rb', line 3

def endpoint
  @endpoint
end

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (XMLA)

    the object that the method was called on



6
7
8
# File 'lib/cube/xmla.rb', line 6

def self.configure
  yield self if block_given?
end