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