Method: Peddler::StructuredList#initialize

Defined in:
lib/peddler/structured_list.rb

#initialize(*keys) ⇒ StructuredList

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of StructuredList.



4
5
6
# File 'lib/peddler/structured_list.rb', line 4

def initialize(*keys)
  @keys = keys
end