class Array

Public Instance Methods

to_collection_with_finders() click to toggle source
# File lib/ubidots/util/array.rb, line 2
def to_collection_with_finders
  CollectionWithFinders.new(self)
end