Class: Inputs::KeitaiNumericInput

Inherits:
NumericInput
  • Object
show all
Includes:
SimpleForm::KeitaiInput
Defined in:
lib/simple_form-jpmobile.rb

Instance Method Summary collapse

Methods included from SimpleForm::KeitaiInput

#input, #mobile

Instance Method Details

#docomo_wap_input_formatObject



50
# File 'lib/simple_form-jpmobile.rb', line 50

def docomo_wap_input_format; 'n'; end

#istyleObject



53
# File 'lib/simple_form-jpmobile.rb', line 53

def istyle; '4'; end

#modeObject



52
# File 'lib/simple_form-jpmobile.rb', line 52

def mode; 'numeric'; end

#other_wap_input_formatObject



51
# File 'lib/simple_form-jpmobile.rb', line 51

def other_wap_input_format; 'N'; end