Class: Idml::Render::Image::Transform
- Inherits:
-
Struct
- Object
- Struct
- Idml::Render::Image::Transform
- Defined in:
- lib/idml/render/image.rb
Instance Attribute Summary collapse
-
#a ⇒ Object
Returns the value of attribute a.
-
#b ⇒ Object
Returns the value of attribute b.
-
#c ⇒ Object
Returns the value of attribute c.
-
#d ⇒ Object
Returns the value of attribute d.
-
#e ⇒ Object
Returns the value of attribute e.
-
#f ⇒ Object
Returns the value of attribute f.
Instance Attribute Details
#a ⇒ Object
Returns the value of attribute a
11 12 13 |
# File 'lib/idml/render/image.rb', line 11 def a @a end |
#b ⇒ Object
Returns the value of attribute b
11 12 13 |
# File 'lib/idml/render/image.rb', line 11 def b @b end |
#c ⇒ Object
Returns the value of attribute c
11 12 13 |
# File 'lib/idml/render/image.rb', line 11 def c @c end |
#d ⇒ Object
Returns the value of attribute d
11 12 13 |
# File 'lib/idml/render/image.rb', line 11 def d @d end |
#e ⇒ Object
Returns the value of attribute e
11 12 13 |
# File 'lib/idml/render/image.rb', line 11 def e @e end |
#f ⇒ Object
Returns the value of attribute f
11 12 13 |
# File 'lib/idml/render/image.rb', line 11 def f @f end |