From 5a64383121390f05d71d4e432fd281e63e135b26 Mon Sep 17 00:00:00 2001 From: Stephen Nguyen Date: Fri, 21 Mar 2014 13:58:59 -0700 Subject: [PATCH] Update README.markdown cannot use hash syntax to access the shared link for url works p folder.shared_link.url # https://www.box.com/s/d6de3224958c1755412 looking forward to BOXDEV! --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a432952..3bb55cc 100644 --- a/README.markdown +++ b/README.markdown @@ -153,7 +153,7 @@ discussion.comments.each {|comment| p comment.message} ```ruby folder = client.folder('image_folder').create_shared_link # lookups by id are more efficient -p folder.shared_link['url'] # https://www.box.com/s/d6de3224958c1755412 +p folder.shared_link.url # https://www.box.com/s/d6de3224958c1755412 ``` Files