Class: Imaginator::Image::Fit
- Inherits:
-
Data
- Object
- Data
- Imaginator::Image::Fit
- Defined in:
- lib/imsg-grep/images/imaginator.rb
Instance Attribute Summary collapse
-
#c ⇒ Object
readonly
Returns the value of attribute c.
-
#h ⇒ Object
readonly
Returns the value of attribute h.
-
#pad_h ⇒ Object
readonly
Returns the value of attribute pad_h.
-
#pad_w ⇒ Object
readonly
Returns the value of attribute pad_w.
-
#r ⇒ Object
readonly
Returns the value of attribute r.
-
#w ⇒ Object
readonly
Returns the value of attribute w.
Instance Attribute Details
#c ⇒ Object (readonly)
Returns the value of attribute c
15 16 17 |
# File 'lib/imsg-grep/images/imaginator.rb', line 15 def c @c end |
#h ⇒ Object (readonly)
Returns the value of attribute h
15 16 17 |
# File 'lib/imsg-grep/images/imaginator.rb', line 15 def h @h end |
#pad_h ⇒ Object (readonly)
Returns the value of attribute pad_h
15 16 17 |
# File 'lib/imsg-grep/images/imaginator.rb', line 15 def pad_h @pad_h end |
#pad_w ⇒ Object (readonly)
Returns the value of attribute pad_w
15 16 17 |
# File 'lib/imsg-grep/images/imaginator.rb', line 15 def pad_w @pad_w end |
#r ⇒ Object (readonly)
Returns the value of attribute r
15 16 17 |
# File 'lib/imsg-grep/images/imaginator.rb', line 15 def r @r end |
#w ⇒ Object (readonly)
Returns the value of attribute w
15 16 17 |
# File 'lib/imsg-grep/images/imaginator.rb', line 15 def w @w end |