Class: WixAnswers::Models::Label
- Defined in:
- lib/wixanswers/models/label.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(attrs = {}) ⇒ Label
constructor
A new instance of Label.
Methods inherited from Base
#method_missing, #validate!, #validate_schema!
Constructor Details
#initialize(attrs = {}) ⇒ Label
Returns a new instance of Label.
11 12 13 |
# File 'lib/wixanswers/models/label.rb', line 11 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