module Dapp::Dapp::Deps::Gitartifact

Public Instance Methods

git_bin() click to toggle source
# File lib/dapp/dapp/deps/gitartifact.rb, line 9
def git_bin
  ruby2go_dappdeps_command(dappdeps: :gitartifact, command: :bin)
end
gitartifact_container() click to toggle source
# File lib/dapp/dapp/deps/gitartifact.rb, line 5
def gitartifact_container
  dappdeps_container(:gitartifact)
end