Method: Contentful::Management::Resource::Refresher#reload
- Defined in:
- lib/contentful/management/resource/refresher.rb
#reload ⇒ Object
Reload an object Updates the current version of the object to the version on the system
8 9 10 11 |
# File 'lib/contentful/management/resource/refresher.rb', line 8 def reload resource = refresh_find refresh_data(resource) if resource.is_a? self.class end |