Method: GoodData::Metric.xexecute
- Defined in:
- lib/gooddata/models/metadata/metric.rb
.xexecute(expression, opts = { :client => GoodData.connection, :project => GoodData.project }) ⇒ Object
119 120 121 122 123 |
# File 'lib/gooddata/models/metadata/metric.rb', line 119 def xexecute(expression, opts = { :client => GoodData.connection, :project => GoodData.project }) GoodData.get_client_and_project(opts) execute(expression, opts.merge(:extended_notation => true)) end |