Class: TYCiCore::TYPodOrder

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(order, pods) ⇒ TYPodOrder

Returns a new instance of TYPodOrder.



34
35
36
37
# File 'lib/tuya/ci/core/dependencies/node/podfile_lock_node.rb', line 34

def initialize(order, pods)
	@group = order
	@pods = pods
end

Instance Attribute Details

#groupObject

Returns the value of attribute group.



33
34
35
# File 'lib/tuya/ci/core/dependencies/node/podfile_lock_node.rb', line 33

def group
  @group
end

#podsObject

Returns the value of attribute pods.



33
34
35
# File 'lib/tuya/ci/core/dependencies/node/podfile_lock_node.rb', line 33

def pods
  @pods
end