Sha256: fd2d1de1c10657a54070f31395719868f3602e58e678756f7eddb9000455038c

Contents?: true

Size: 401 Bytes

Versions: 1

Compression:

Stored size: 401 Bytes

Contents

#frozen_string_literal: true
require_relative 'interface'

module KCommercial
  module Resources
    module SourceInterface
      extend RubyLanguage::Interface

      # update the current source to the latest version
      interface :update

      # get asset from the source
      # @param [String] type
      # @return [CocoaDepot::Resources::Asset]
      interface :all_assets

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
KCommercialPipeline-0.2.5.1 lib/KCommercialPipeline/core/resource/source/source_interface.rb