Class: Inputs::HankakuKanaInput
- Inherits:
-
StringInput
- Object
- StringInput
- Inputs::HankakuKanaInput
- 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
34 |
# File 'lib/simple_form-jpmobile.rb', line 34 def docomo_wap_input_format; 'hk'; end |
#istyle ⇒ Object
37 |
# File 'lib/simple_form-jpmobile.rb', line 37 def istyle; '2'; end |
#mode ⇒ Object
36 |
# File 'lib/simple_form-jpmobile.rb', line 36 def mode; 'hankakukana'; end |
#other_wap_input_format ⇒ Object
35 |
# File 'lib/simple_form-jpmobile.rb', line 35 def other_wap_input_format; 'M'; end |