class Azure::Table::Batch::ResponseWrapper

Public Class Methods

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

Public Instance Methods

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