Method: Xcellus::Instance#initialize

Defined in:
lib/xcellus.rb

#initialize(handle) ⇒ Instance

Internal: Creates a new instance with the provided handle



69
70
71
# File 'lib/xcellus.rb', line 69

def initialize(handle)
  @handle = handle
end