Class: JXL::Features::Patch
- Inherits:
-
Data
- Object
- Data
- JXL::Features::Patch
- Defined in:
- lib/jxl/features/patches.rb
Instance Attribute Summary collapse
-
#blends ⇒ Object
readonly
Returns the value of attribute blends.
-
#reference ⇒ Object
readonly
Returns the value of attribute reference.
-
#x ⇒ Object
readonly
Returns the value of attribute x.
-
#y ⇒ Object
readonly
Returns the value of attribute y.
Instance Attribute Details
#blends ⇒ Object (readonly)
Returns the value of attribute blends
7 8 9 |
# File 'lib/jxl/features/patches.rb', line 7 def blends @blends end |
#reference ⇒ Object (readonly)
Returns the value of attribute reference
7 8 9 |
# File 'lib/jxl/features/patches.rb', line 7 def reference @reference end |
#x ⇒ Object (readonly)
Returns the value of attribute x
7 8 9 |
# File 'lib/jxl/features/patches.rb', line 7 def x @x end |
#y ⇒ Object (readonly)
Returns the value of attribute y
7 8 9 |
# File 'lib/jxl/features/patches.rb', line 7 def y @y end |