Method: GoodData::Project#compute_metric
- Defined in:
- lib/gooddata/models/project.rb
#compute_metric(expression) ⇒ Object Also known as: compute_measure
982 983 984 |
# File 'lib/gooddata/models/project.rb', line 982 def compute_metric(expression) GoodData::Metric.xexecute(expression, client: client, project: self) end |