Method: Foursquared::Response::List#initialize

Defined in:
lib/foursquared/response/list.rb

#initialize(client, response) ⇒ List

Returns a new instance of List.



6
7
8
9
# File 'lib/foursquared/response/list.rb', line 6

def initialize client, response
  @client = client
  @response = response
end