Class: Smartdown::Model::Answer::Postcode
- Defined in:
- lib/smartdown/model/answer/postcode.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#*, #+, #-, #/, #<=>, #initialize, #invalid?, #valid?
Constructor Details
This class inherits a constructor from Smartdown::Model::Answer::Base
Instance Method Details
#humanize ⇒ Object
14 15 16 |
# File 'lib/smartdown/model/answer/postcode.rb', line 14 def humanize value end |
#value_type ⇒ Object
10 11 12 |
# File 'lib/smartdown/model/answer/postcode.rb', line 10 def value_type ::String end |