class PrestoLegacy::Client::Models::ConnectorSession

Public Class Methods

new(hash) click to toggle source
Calls superclass method
# File lib/presto_legacy/client/models.rb, line 72
def initialize(hash)
  super()
  merge!(hash)
end