Class: WixAnswers::Models::Attachment
- Defined in:
- lib/wixanswers/models/attachment.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(attrs = {}) ⇒ Attachment
constructor
A new instance of Attachment.
Methods inherited from Base
#method_missing, #validate!, #validate_schema!
Constructor Details
#initialize(attrs = {}) ⇒ Attachment
Returns a new instance of Attachment.
15 16 17 |
# File 'lib/wixanswers/models/attachment.rb', line 15 def initialize(attrs={}) super(attrs) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class WixAnswers::Models::Base