Class: Mangadex::Api::Response::Collection

Inherits:
Array show all
Defined in:
lib/mangadex/api/response.rb

Instance Method Summary collapse

Methods inherited from Array

#to_param, #to_query

Instance Method Details

#to_sObject



25
26
27
28
# File 'lib/mangadex/api/response.rb', line 25

def to_s
  result_text = count == 0 || count > 1 ? "results" : "result"
  "[...#{count} #{result_text}]"
end