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

Version Path
threetaps-client-1.0.14 lib/dto/posting/delete_response.rb
threetaps-client-1.0.13 lib/dto/posting/delete_response.rb
threetaps-client-1.0.12 lib/dto/posting/delete_response.rb
threetaps-client-1.0.11 lib/dto/posting/delete_response.rb
threetaps-client-1.0.10 lib/dto/posting/delete_response.rb
threetaps-client-1.0.9 lib/dto/posting/delete_response.rb
threetaps-client-1.0.8 lib/dto/posting/delete_response.rb
threetaps-client-1.0.7 lib/dto/posting/delete_response.rb
threetaps-client-1.0.6 lib/dto/posting/delete_response.rb
threetaps-client-1.0.5 lib/dto/posting/delete_response.rb
threetaps-client-1.0.4 lib/dto/posting/delete_response.rb
threetaps-client-1.0.3 lib/dto/posting/delete_response.rb
threetaps-client-1.0.2 lib/dto/posting/delete_response.rb
threetaps-client-1.0.1 lib/dto/posting/delete_response.rb
threetaps-client-1.0.0 lib/dto/posting/delete_response.rb
threetaps-client-0.5.1 lib/dto/posting/delete_response.rb