Class: Inputs::KeitaiNumericInput
- Inherits:
-
NumericInput
- Object
- NumericInput
- Inputs::KeitaiNumericInput
- 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
50 |
# File 'lib/simple_form-jpmobile.rb', line 50 def docomo_wap_input_format; 'n'; end |
#istyle ⇒ Object
53 |
# File 'lib/simple_form-jpmobile.rb', line 53 def istyle; '4'; end |
#mode ⇒ Object
52 |
# File 'lib/simple_form-jpmobile.rb', line 52 def mode; 'numeric'; end |
#other_wap_input_format ⇒ Object
51 |
# File 'lib/simple_form-jpmobile.rb', line 51 def other_wap_input_format; 'N'; end |