# File lib/vagrant_cloud/box.rb, line 68 def read(org = nil, box_name = nil) @client.request('get', box_path(org, box_name)) end