class Reservix::HashResponseWrapper

Attributes

response[R]

Public Class Methods

new(response=nil, *args) click to toggle source
Calls superclass method
# File lib/reservix/hash_response_wrapper.rb, line 4
def initialize(response=nil, *args)
  @response = response
  super(response, *args)
end