class Azure::Storage::Table::Batch::ResponseWrapper

Public Class Methods

new(hash) click to toggle source
# File lib/azure/storage/table/batch.rb, line 66
def initialize(hash)
  @hash = hash
end

Public Instance Methods

body() click to toggle source
# File lib/azure/storage/table/batch.rb, line 78
def body
  @hash[:body]
end
status_code() click to toggle source
# File lib/azure/storage/table/batch.rb, line 74
def status_code
  @hash[:status_code].to_i
end
uri() click to toggle source
# File lib/azure/storage/table/batch.rb, line 70
def uri
  @hash[:uri]
end