(attribute: string)
| 103 | } |
| 104 | |
| 105 | getAttribute(attribute: string): string { |
| 106 | return this.native.valueForAttribute(attribute); |
| 107 | } |
| 108 | getMetric(metricName: string): number { |
| 109 | return this.native.valueForIntMetric(metricName); |
| 110 | } |
nothing calls this directly
no test coverage detected