lib/dropbox-sign/models/file_response.rb in dropbox-sign-1.0.0.pre.beta2301 vs lib/dropbox-sign/models/file_response.rb in dropbox-sign-1.0.0
- old
+ new
@@ -17,12 +17,14 @@
end
module Dropbox::Sign
class FileResponse
# URL to the file.
+ # @return [String]
attr_accessor :file_url
# When the link expires.
+ # @return [Integer]
attr_accessor :expires_at
# Attribute mapping from ruby-style variable name to JSON key.
def self.attribute_map
{