Returns the subject URL of the Resource
()
| 151 | |
| 152 | /** Returns the subject URL of the Resource */ |
| 153 | getSubject(): string { |
| 154 | return this.subject; |
| 155 | } |
| 156 | |
| 157 | /** Returns the subject URL of the Resource */ |
| 158 | getSubjectNoParams(): string { |
no outgoing calls
no test coverage detected