Skip to content

Commit 0f62dfd

Browse files
committed
Update ObjectFilter usage in ProductPackage to accommodate the new object filters
1 parent c1f1563 commit 0f62dfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/softlayer/ProductPackage.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def service
155155

156156
##
157157
# Requests a list (array) of ProductPackages whose key names match the
158-
# one passed in.
158+
# one passed in. key_name may be a string or array.
159159
#
160160
def self.packages_with_key_name(key_name, client = nil)
161161
softlayer_client = client || Client.default_client

0 commit comments

Comments
 (0)