* Returns the resource of the element. * @return {!./service/resource.Resource} * @private
()
| 1539 | * @private |
| 1540 | */ |
| 1541 | getResource_() { |
| 1542 | return this.getResources().getResourceForElement(this); |
| 1543 | } |
| 1544 | |
| 1545 | /** |
| 1546 | * Returns the resource ID of the element. |
no test coverage detected