module Jpmobile::Mobile

スマートフォンの親クラス

EMOBILE携帯電話

SoftBank携帯電話

Vodafoneを含む

Vodafone

Android

タブレットの親クラス

au携帯電話

WindowsPhone

Willcom携帯電話

Android

DDI-POCKET

DoCoMo携帯電話

iPhone

BlackBerry

Android

autoload mobile classes

Constants

DEFAULT_CARRIERS

Public Class Methods

carriers() click to toggle source
# File lib/jpmobile.rb, line 42
def self.carriers
  @carriers ||= DEFAULT_CARRIERS.dup
end
carriers=(ary) click to toggle source
# File lib/jpmobile.rb, line 46
def self.carriers=(ary)
  @carriers = ary
end