Method: Etsy::Response#total

Defined in:
lib/etsy/response.rb

#totalObject

Total number of results of the request



63
64
65
# File 'lib/etsy/response.rb', line 63

def total
  @total ||= to_hash['count']
end