Class: JXL::Features::PatchReference
- Inherits:
-
Data
- Object
- Data
- JXL::Features::PatchReference
- Defined in:
- lib/jxl/features/patches.rb
Instance Attribute Summary collapse
-
#frame ⇒ Object
readonly
Returns the value of attribute frame.
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
-
#x ⇒ Object
readonly
Returns the value of attribute x.
-
#y ⇒ Object
readonly
Returns the value of attribute y.
Instance Attribute Details
#frame ⇒ Object (readonly)
Returns the value of attribute frame
5 6 7 |
# File 'lib/jxl/features/patches.rb', line 5 def frame @frame end |
#height ⇒ Object (readonly)
Returns the value of attribute height
5 6 7 |
# File 'lib/jxl/features/patches.rb', line 5 def height @height end |
#width ⇒ Object (readonly)
Returns the value of attribute width
5 6 7 |
# File 'lib/jxl/features/patches.rb', line 5 def width @width end |
#x ⇒ Object (readonly)
Returns the value of attribute x
5 6 7 |
# File 'lib/jxl/features/patches.rb', line 5 def x @x end |
#y ⇒ Object (readonly)
Returns the value of attribute y
5 6 7 |
# File 'lib/jxl/features/patches.rb', line 5 def y @y end |