Sha256: a80987e8f791e92af5adf6fc9aada735e16df7a811db7ccf378817771480a99d
Contents?: true
Size: 314 Bytes
Versions: 16
Compression:
Stored size: 314 Bytes
Contents
# Class CountResponse represents server response on +count+ Search API # request. Server response is sent to initializer which creates objects with # attribute +count+ accessible via getter: # # response = CountResponse.new("count" => 20) # response.count # => 20 # class CountResponse < Struct.new(:count) end
Version data entries
16 entries across 16 versions & 1 rubygems