Class: SafeImage::Ico::Entry
- Inherits:
-
Data
- Object
- Data
- SafeImage::Ico::Entry
- Defined in:
- lib/safe_image/ico.rb
Instance Attribute Summary collapse
-
#bpp ⇒ Object
readonly
Returns the value of attribute bpp.
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#offset ⇒ Object
readonly
Returns the value of attribute offset.
-
#png ⇒ Object
readonly
Returns the value of attribute png.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
Instance Attribute Details
#bpp ⇒ Object (readonly)
Returns the value of attribute bpp
27 28 29 |
# File 'lib/safe_image/ico.rb', line 27 def bpp @bpp end |
#height ⇒ Object (readonly)
Returns the value of attribute height
27 28 29 |
# File 'lib/safe_image/ico.rb', line 27 def height @height end |
#offset ⇒ Object (readonly)
Returns the value of attribute offset
27 28 29 |
# File 'lib/safe_image/ico.rb', line 27 def offset @offset end |
#png ⇒ Object (readonly)
Returns the value of attribute png
27 28 29 |
# File 'lib/safe_image/ico.rb', line 27 def png @png end |
#size ⇒ Object (readonly)
Returns the value of attribute size
27 28 29 |
# File 'lib/safe_image/ico.rb', line 27 def size @size end |
#width ⇒ Object (readonly)
Returns the value of attribute width
27 28 29 |
# File 'lib/safe_image/ico.rb', line 27 def width @width end |