Module: Vips::Connection::ConnectionLayout

Included in:
ManagedStruct, Struct
Defined in:
lib/vips/connection.rb

Overview

The layout of the VipsRegion struct.

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



19
20
21
22
23
24
# File 'lib/vips/connection.rb', line 19

def self.included(base)
  base.class_eval do
    layout :parent, Vips::Object::Struct
    # rest opaque
  end
end