Module: Contentful::Management::Resource::Refresher

Overview

Adds the feature to have properties and system data reload for Resource.

Instance Method Summary collapse

Instance Method Details

#reloadObject

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