Class: TYCiCore::TYPodItem

Inherits:
Object
  • Object
show all
Defined in:
lib/tuya/ci/core/dependencies/node/podfile_lock_node.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ TYPodItem

Returns a new instance of TYPodItem.



25
26
27
28
29
# File 'lib/tuya/ci/core/dependencies/node/podfile_lock_node.rb', line 25

def initialize(name)
	@name = name
	@dependency = false
	@dependency_list = nil
end

Instance Attribute Details

#dependencyObject

Returns the value of attribute dependency.



24
25
26
# File 'lib/tuya/ci/core/dependencies/node/podfile_lock_node.rb', line 24

def dependency
  @dependency
end

#dependency_listObject

Returns the value of attribute dependency_list.



24
25
26
# File 'lib/tuya/ci/core/dependencies/node/podfile_lock_node.rb', line 24

def dependency_list
  @dependency_list
end

#nameObject

Returns the value of attribute name.



24
25
26
# File 'lib/tuya/ci/core/dependencies/node/podfile_lock_node.rb', line 24

def name
  @name
end