Class: TYCiCore::TYPodItem
- Inherits:
-
Object
- Object
- TYCiCore::TYPodItem
- Defined in:
- lib/tuya/ci/core/dependencies/node/podfile_lock_node.rb
Instance Attribute Summary collapse
-
#dependency ⇒ Object
Returns the value of attribute dependency.
-
#dependency_list ⇒ Object
Returns the value of attribute dependency_list.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ TYPodItem
constructor
A new instance of TYPodItem.
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
#dependency ⇒ Object
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_list ⇒ Object
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 |
#name ⇒ Object
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 |