module Jpmobile::Mobile
autoload mobile classes
Android
¶ ↑
Android
¶ ↑
au携帯電話¶ ↑
BlackBerry
¶ ↑
DDI-POCKET¶ ↑
DoCoMo携帯電話¶ ↑
EMOBILE携帯電話¶ ↑
iPad¶ ↑
iPhone¶ ↑
スマートフォンの親クラス¶ ↑
SoftBank携帯電話¶ ↑
Vodafoneを含む
タブレットの親クラス¶ ↑
Willcom携帯電話¶ ↑
WindowsPhone
¶ ↑
Constants
- DEFAULT_CARRIERS
Public Class Methods
carriers()
click to toggle source
# File lib/jpmobile.rb, line 46 def self.carriers @carriers ||= DEFAULT_CARRIERS.dup end
carriers=(ary)
click to toggle source
# File lib/jpmobile.rb, line 50 def self.carriers=(ary) @carriers = ary end