Class: JXL::Features::Patch

Inherits:
Data
  • Object
show all
Defined in:
lib/jxl/features/patches.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blendsObject (readonly)

Returns the value of attribute blends

Returns:

  • (Object)

    the current value of blends



7
8
9
# File 'lib/jxl/features/patches.rb', line 7

def blends
  @blends
end

#referenceObject (readonly)

Returns the value of attribute reference

Returns:

  • (Object)

    the current value of reference



7
8
9
# File 'lib/jxl/features/patches.rb', line 7

def reference
  @reference
end

#xObject (readonly)

Returns the value of attribute x

Returns:

  • (Object)

    the current value of x



7
8
9
# File 'lib/jxl/features/patches.rb', line 7

def x
  @x
end

#yObject (readonly)

Returns the value of attribute y

Returns:

  • (Object)

    the current value of y



7
8
9
# File 'lib/jxl/features/patches.rb', line 7

def y
  @y
end