lib/asana/resources/attachment.rb in asana-0.2.0 vs lib/asana/resources/attachment.rb in asana-0.3.0
- old
+ new
@@ -7,10 +7,12 @@
# whether it's an uploaded file or one associated via a third-party service
# such as Dropbox or Google Drive.
class Attachment < Resource
+ attr_reader :id
+
attr_reader :created_at
attr_reader :download_url
attr_reader :host
@@ -49,6 +51,6 @@
end
end
end
end
-end
+end
\ No newline at end of file