Method: LabClient::Klass#initialize

Defined in:
lib/labclient/klass.rb

#initialize(table = nil, response = nil, client = nil) ⇒ Klass

Returns a new instance of Klass.



108
109
110
111
112
113
114
# File 'lib/labclient/klass.rb', line 108

def initialize(table = nil, response = nil, client = nil)
  # @table = table unless table.nil?
  @client = client
  @response = response

  super(table)
end