Class: Inputs::HiraganaInput
- Inherits:
-
StringInput
- Object
- StringInput
- Inputs::HiraganaInput
- Includes:
- SimpleForm::KeitaiInput
- Defined in:
- lib/simple_form-jpmobile.rb
Instance Method Summary collapse
Methods included from SimpleForm::KeitaiInput
Instance Method Details
#docomo_wap_input_format ⇒ Object
26 |
# File 'lib/simple_form-jpmobile.rb', line 26 def docomo_wap_input_format; 'h'; end |
#istyle ⇒ Object
29 |
# File 'lib/simple_form-jpmobile.rb', line 29 def istyle; '1'; end |
#mode ⇒ Object
28 |
# File 'lib/simple_form-jpmobile.rb', line 28 def mode; 'hiragana'; end |
#other_wap_input_format ⇒ Object
27 |
# File 'lib/simple_form-jpmobile.rb', line 27 def other_wap_input_format; 'M'; end |