Method: GoodData::Client#reload!
- Defined in:
- lib/gooddata/models/client.rb
#reload! ⇒ GoodData::Client
Reloads the client from the URI
168 169 170 171 172 |
# File 'lib/gooddata/models/client.rb', line 168 def reload! res = client.get(uri) @json = res self end |