Class: EgovUtils::LegalFormAttribute
- Inherits:
-
AzaharaSchema::Attribute
- Object
- AzaharaSchema::Attribute
- EgovUtils::LegalFormAttribute
- Defined in:
- app/attributes/egov_utils/legal_form_attribute.rb
Instance Method Summary collapse
- #available_values ⇒ Object
-
#initialize(model, name) ⇒ LegalFormAttribute
constructor
A new instance of LegalFormAttribute.
Constructor Details
#initialize(model, name) ⇒ LegalFormAttribute
Returns a new instance of LegalFormAttribute.
4 5 6 |
# File 'app/attributes/egov_utils/legal_form_attribute.rb', line 4 def initialize(model, name) super(model, name, 'love') end |