Class: Monet::BaselessImage
- Inherits:
-
Object
- Object
- Monet::BaselessImage
- Defined in:
- lib/monet/baseless_image.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
- #image ⇒ Object
-
#initialize(path) ⇒ BaselessImage
constructor
A new instance of BaselessImage.
Constructor Details
#initialize(path) ⇒ BaselessImage
Returns a new instance of BaselessImage.
7 8 9 |
# File 'lib/monet/baseless_image.rb', line 7 def initialize(path) @path = path end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
5 6 7 |
# File 'lib/monet/baseless_image.rb', line 5 def path @path end |