class TYCiCore::LibTuya
Public Class Methods
new(branch, project, version)
click to toggle source
# File lib/tuya/ci/core/lib/lib_tuya_ci.rb, line 5 def initialize(branch, project, version) @repo = 'TYSpecs' @branch = branch @project = project @version = version end
Public Instance Methods
create(type, target_path, tag, new_branch, temp)
click to toggle source
# File lib/tuya/ci/core/lib/lib_tuya_ci.rb, line 12 def create(type, target_path, tag, new_branch, temp) end
source(type)
click to toggle source
Calls superclass method
TYCiCore::Lib#source
# File lib/tuya/ci/core/lib/lib_tuya_ci.rb, line 17 def source(type) TYUtil::Dir.dir_ensure_fastlane super type end