Class: SafeImage::Info
- Inherits:
-
Data
- Object
- Data
- SafeImage::Info
- Defined in:
- lib/safe_image/result.rb
Instance Attribute Summary collapse
-
#animated ⇒ Object
readonly
Returns the value of attribute animated.
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#orientation ⇒ Object
readonly
Returns the value of attribute orientation.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
-
#size ⇒ Object
readonly
Returns the value of attribute size.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
Instance Attribute Details
#animated ⇒ Object (readonly)
Returns the value of attribute animated
4 5 6 |
# File 'lib/safe_image/result.rb', line 4 def animated @animated end |
#height ⇒ Object (readonly)
Returns the value of attribute height
4 5 6 |
# File 'lib/safe_image/result.rb', line 4 def height @height end |
#orientation ⇒ Object (readonly)
Returns the value of attribute orientation
4 5 6 |
# File 'lib/safe_image/result.rb', line 4 def orientation @orientation end |
#path ⇒ Object (readonly)
Returns the value of attribute path
4 5 6 |
# File 'lib/safe_image/result.rb', line 4 def path @path end |
#size ⇒ Object (readonly)
Returns the value of attribute size
4 5 6 |
# File 'lib/safe_image/result.rb', line 4 def size @size end |
#type ⇒ Object (readonly)
Returns the value of attribute type
4 5 6 |
# File 'lib/safe_image/result.rb', line 4 def type @type end |
#width ⇒ Object (readonly)
Returns the value of attribute width
4 5 6 |
# File 'lib/safe_image/result.rb', line 4 def width @width end |