Class: Immoscout::Models::Picture
- Defined in:
- lib/immoscout/models/picture.rb
Overview
Attachment (picture) of a Real Estate. See: bit.ly/3iE6K9h
Instance Attribute Summary collapse
-
#attachable ⇒ Object
Returns the value of attribute attachable.
-
#file ⇒ Object
Returns the value of attribute file.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from Immoscout::Models::Base
Instance Attribute Details
#attachable ⇒ Object
Returns the value of attribute attachable.
17 18 19 |
# File 'lib/immoscout/models/picture.rb', line 17 def attachable @attachable end |
#file ⇒ Object
Returns the value of attribute file.
17 18 19 |
# File 'lib/immoscout/models/picture.rb', line 17 def file @file end |