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
19 20 21 |
# File 'lib/riiif.rb', line 19 def crop @crop end |
#format ⇒ Object
Returns the value of attribute format
19 20 21 |
# File 'lib/riiif.rb', line 19 def format @format end |
#quality ⇒ Object
Returns the value of attribute quality
19 20 21 |
# File 'lib/riiif.rb', line 19 def quality @quality end |
#rotation ⇒ Object
Returns the value of attribute rotation
19 20 21 |
# File 'lib/riiif.rb', line 19 def rotation @rotation end |
#size ⇒ Object
Returns the value of attribute size
19 20 21 |
# File 'lib/riiif.rb', line 19 def size @size end |