21 22 23 24
# File 'lib/barcoder/pdf.rb', line 21 def self.get(bucket, id) response = get_barcode_request(bucket, id).run Barcoder::PDF.new(response_to_attr(response)) end