Module: XMLA
- Defined in:
- lib/cube/cube.rb,
lib/cube/xmla.rb
Defined Under Namespace
Classes: Cube
Class Attribute Summary collapse
-
.catalog ⇒ Object
Returns the value of attribute catalog.
-
.endpoint ⇒ Object
Returns the value of attribute endpoint.
Class Method Summary collapse
Class Attribute Details
.catalog ⇒ Object
Returns the value of attribute catalog.
3 4 5 |
# File 'lib/cube/xmla.rb', line 3 def catalog @catalog end |
.endpoint ⇒ Object
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
6 7 8 |
# File 'lib/cube/xmla.rb', line 6 def self.configure yield self if block_given? end |