Class: Riiif::Transformation
- Inherits:
-
Struct
- Object
- Struct
- Riiif::Transformation
- Defined in:
- lib/riiif.rb
Instance Attribute Summary collapse
-
#crop ⇒ Object
Returns the value of attribute crop.
-
#format ⇒ Object
Returns the value of attribute format.
-
#quality ⇒ Object
Returns the value of attribute quality.
-
#rotation ⇒ Object
Returns the value of attribute rotation.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#crop ⇒ Object
Returns the value of attribute crop
20 21 22 |
# File 'lib/riiif.rb', line 20 def crop @crop end |
#format ⇒ Object
Returns the value of attribute format
20 21 22 |
# File 'lib/riiif.rb', line 20 def format @format end |
#quality ⇒ Object
Returns the value of attribute quality
20 21 22 |
# File 'lib/riiif.rb', line 20 def quality @quality end |
#rotation ⇒ Object
Returns the value of attribute rotation
20 21 22 |
# File 'lib/riiif.rb', line 20 def rotation @rotation end |
#size ⇒ Object
Returns the value of attribute size
20 21 22 |
# File 'lib/riiif.rb', line 20 def size @size end |