Sha256: bd986b98e9cbc8f54ae03861dd3628a66e686cad14e224f48986b74d28e0044a

Contents?: true

Size: 203 Bytes

Versions: 2

Compression:

Stored size: 203 Bytes

Contents

module VzaarApi
  module Strategy
    module Image
      class Update < Abstract
        def execute
          video_class.new Lib::Api.new.patch(url, attrs).data
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vzaar_api-2.0.2 lib/vzaar_api/strategy/image/update.rb
vzaar_api-2.0.1 lib/vzaar_api/strategy/image/update.rb