Class: Immoscout::Models::Document
- Defined in:
- lib/immoscout/models/document.rb
Overview
Attachment (document) of a Real Estate. See: bit.ly/3Xx32gj
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.
12 13 14 |
# File 'lib/immoscout/models/document.rb', line 12 def attachable @attachable end |
#file ⇒ Object
Returns the value of attribute file.
12 13 14 |
# File 'lib/immoscout/models/document.rb', line 12 def file @file end |