Class: Rack::Ketai::Carrier::Smartphone
- Defined in:
- lib/rack/ketai/carrier/smartphone.rb
Constant Summary collapse
- CIDRS =
[]
Constants inherited from Abstract
Instance Method Summary collapse
Methods inherited from General
Methods inherited from Abstract
#cache_size, #deviceid, #display, #featurephone?, #filtering, filters, #filters, #ident, #initialize, #name, #position, #request, #subscriberid, #supports_cookie?, #tablet?, valid_addr?, #valid_addr?, valid_ip?
Constructor Details
This class inherits a constructor from Rack::Ketai::Carrier::Abstract
Instance Method Details
#mobile? ⇒ Boolean
9 10 11 |
# File 'lib/rack/ketai/carrier/smartphone.rb', line 9 def mobile? true end |
#smartphone? ⇒ Boolean
13 14 15 |
# File 'lib/rack/ketai/carrier/smartphone.rb', line 13 def smartphone? true end |