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