Class: Harkness::Image
- Inherits:
-
Shale::Mapper
- Object
- Shale::Mapper
- Harkness::Image
- Defined in:
- lib/harkness/models/image.rb
Overview
An image.
Instance Attribute Summary collapse
-
#extension ⇒ String
readonly
The file extension for the image.
-
#path ⇒ String
readonly
The directory path of to the image.,.
Instance Attribute Details
#extension ⇒ String (readonly)
Returns the file extension for the image.
11 |
# File 'lib/harkness/models/image.rb', line 11 attribute :extension, Shale::Type::String |
#path ⇒ String (readonly)
Returns the directory path of to the image.,.
8 |
# File 'lib/harkness/models/image.rb', line 8 attribute :path, Shale::Type::String |