Class: Jpmobile::Mobile::AndroidTablet
- Inherits:
-
Tablet
- Object
- AbstractMobile
- SmartPhone
- Tablet
- Jpmobile::Mobile::AndroidTablet
- Includes:
- GoogleEmoticon
- Defined in:
- lib/jpmobile/mobile/android_tablet.rb
Overview
AndroidTablet
Constant Summary collapse
- USER_AGENT_REGEXP =
対応するUser-Agentの正規表現
Regexp.union(/^(?!.+Mobile).+(?=Android).+$/, /Android.+SC-01C/)
Constants inherited from AbstractMobile
Jpmobile::Mobile::AbstractMobile::MAIL_ADDRESS_REGEXP, Jpmobile::Mobile::AbstractMobile::MAIL_CHARSET, Jpmobile::Mobile::AbstractMobile::MAIL_CONTENT_TRANSFER_ENCODING
Instance Attribute Summary
Attributes inherited from AbstractMobile
Method Summary
Methods included from GoogleEmoticon
#apply_filter?, #apply_params_filter?, #to_external, #to_internal
Methods inherited from Tablet
Methods inherited from SmartPhone
#apply_filter?, #apply_params_filter?, #smart_phone?, #supports_cookie?, #valid_ip?
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?, #supports_cookie?, #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