Method: Azure::Table::BatchResponse.batch_boundary

Defined in:
lib/azure/table/batch_response.rb

.batch_boundary(context) ⇒ Object



108
109
110
111
# File 'lib/azure/table/batch_response.rb', line 108

def self.batch_boundary(context)
  match = /--batchresponse_(.*)/.match(current_line(context))
  match ? match[1] : nil
end