class Serverkit::Resources::File
Private Instance Methods
Source
# File lib/serverkit/resources/file.rb, line 14 def destination path end
@note Override
Source
# File lib/serverkit/resources/file.rb, line 19 def has_correct_entry? has_remote_file? && has_correct_content? end
@note Override
Source
# File lib/serverkit/resources/file.rb, line 24 def update_entry send_content_to_destination end
@note Override