Method: Shared::Configuration#reload
- Defined in:
- lib/vas/shared/configuration.rb
#reload ⇒ void
This method returns an undefined value.
Reloads the configuration’s details from the server
49 50 51 52 |
# File 'lib/vas/shared/configuration.rb', line 49 def reload super @size = details['size'] end |