Sha256: 56889fdb6651c127dfdd24d6f269ba09fc526d84a01d8b9f5b5a7577a95032fb
Contents?: true
Size: 350 Bytes
Versions: 16
Compression:
Stored size: 350 Bytes
Contents
# Class DeleteResponse represents server response on +delete+ Posting API # request. Server response is sent to +from_hash+ method which creates object # with attribute +success+ accessible via getter: # # response = DeleteResponse.from_hash("success" => "true") # response.success # => true # class DeleteResponse < Struct.new(:success) end
Version data entries
16 entries across 16 versions & 1 rubygems