Class: Economic::Attribute
- Inherits:
-
Object
- Object
- Economic::Attribute
- Defined in:
- lib/economic/attribute.rb
Instance Method Summary collapse
Instance Method Details
#economic_name ⇒ Object
3 4 5 6 7 |
# File 'lib/economic/attribute.rb', line 3 def economic_name return as.to_s unless as.to_s.blank? name.to_s.camelize(:lower) end |