Class: WixAnswers::Models::Label

Inherits:
Base
  • Object
show all
Defined in:
lib/wixanswers/models/label.rb

Instance Attribute Summary

Attributes inherited from Base

#attrs

Instance Method Summary collapse

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