Class: Jpmobile::Mobile::Vodafone
- Inherits:
-
Softbank
- Object
- AbstractMobile
- Softbank
- Jpmobile::Mobile::Vodafone
- Defined in:
- lib/jpmobile/mobile/vodafone.rb
Overview
Vodafone 3G携帯電話(SoftBank含まず)
スーパクラスはSoftbank。
Constant Summary collapse
- USER_AGENT_REGEXP =
対応するUser-Agentの正規表現
/^(Vodafone|Vemulator)/- MAIL_ADDRESS_REGEXP =
対応するメールアドレスの正規表現
/.+@[dhtcrknsq]\.vodafone\.ne\.jp/
Constants inherited from Softbank
Softbank::MAIL_CHARSET, Softbank::MAIL_CONTENT_TRANSFER_ENCODING, Softbank::TARGET_PARAMS
Constants inherited from AbstractMobile
AbstractMobile::MAIL_CHARSET, AbstractMobile::MAIL_CONTENT_TRANSFER_ENCODING
Instance Attribute Summary
Attributes inherited from AbstractMobile
Instance Method Summary collapse
-
#supports_cookie? ⇒ Boolean
cookieに対応しているか?.
Methods inherited from Softbank
#decoratable?, #position, #require_related_part?, #serial_number, #to_external, #to_internal, #to_mail_body, #to_mail_body_encoded?, #to_mail_internal, #x_jphone_uid
Methods inherited from AbstractMobile
add_user_agent_regexp, #apply_filter?, #apply_params_filter?, carrier, check_carrier, #content_transfer_encoding, #decode_transfer_encoding, #decoratable?, #decorated?, #default_charset, #display, #ident, #ident_device, #ident_subscriber, #initialize, ip_address_class, #mail_charset, #mail_variants, #position, #require_related_part?, #smart_phone?, #tablet?, #to_external, #to_internal, #to_mail_body, #to_mail_body_encoded?, #to_mail_encoding, #to_mail_internal, #to_mail_subject, #to_mail_subject_encoded?, user_agent_regexp, #utf8_to_mail_encode, #valid_ip?, valid_ip?, #variants
Constructor Details
This class inherits a constructor from Jpmobile::Mobile::AbstractMobile
Instance Method Details
#supports_cookie? ⇒ Boolean
cookieに対応しているか?
12 13 14 |
# File 'lib/jpmobile/mobile/vodafone.rb', line 12 def true end |