Class: TYRepo::RepoTuya

Inherits:
Repo
  • Object
show all
Defined in:
lib/tuya/ci/core/spec/ty_repo.rb

Instance Attribute Summary

Attributes inherited from Repo

#podspec_path, #repo, #sources

Instance Method Summary collapse

Methods inherited from Repo

#command, #command_sources, #push

Constructor Details

#initialize(podspec_path) ⇒ RepoTuya

Returns a new instance of RepoTuya.



39
40
41
42
43
44
# File 'lib/tuya/ci/core/spec/ty_repo.rb', line 39

def initialize (podspec_path)
	super podspec_path
	@sources = [TYRepo::SPECS_ADDRESS_TUYA, TYRepo::SPECS_ADDRESS_MASTER]
	@podspec_path = podspec_path
	@repo = 'TYSpecs'
end