Class: Browser
- Inherits:
-
Object
- Object
- Browser
- Defined in:
- lib/browscap.rb
Instance Attribute Summary collapse
-
#activex_controls ⇒ Object
Returns the value of attribute activex_controls.
-
#alpha ⇒ Object
Returns the value of attribute alpha.
-
#aol ⇒ Object
Returns the value of attribute aol.
-
#aol_version ⇒ Object
Returns the value of attribute aol_version.
-
#background_sounds ⇒ Object
Returns the value of attribute background_sounds.
-
#beta ⇒ Object
Returns the value of attribute beta.
-
#browser ⇒ Object
Returns the value of attribute browser.
-
#cookies ⇒ Object
Returns the value of attribute cookies.
-
#crawler ⇒ Object
Returns the value of attribute crawler.
-
#css_version ⇒ Object
Returns the value of attribute css_version.
-
#frames ⇒ Object
Returns the value of attribute frames.
-
#iframes ⇒ Object
Returns the value of attribute iframes.
-
#is_banned ⇒ Object
Returns the value of attribute is_banned.
-
#is_mobile_device ⇒ Object
Returns the value of attribute is_mobile_device.
-
#is_syndication_reader ⇒ Object
Returns the value of attribute is_syndication_reader.
-
#java_applets ⇒ Object
Returns the value of attribute java_applets.
-
#javascript ⇒ Object
Returns the value of attribute javascript.
-
#major_ver ⇒ Object
Returns the value of attribute major_ver.
-
#minor_ver ⇒ Object
Returns the value of attribute minor_ver.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#supports_css ⇒ Object
Returns the value of attribute supports_css.
-
#tables ⇒ Object
Returns the value of attribute tables.
-
#vbscript ⇒ Object
Returns the value of attribute vbscript.
-
#version ⇒ Object
Returns the value of attribute version.
-
#win16 ⇒ Object
Returns the value of attribute win16.
-
#win32 ⇒ Object
Returns the value of attribute win32.
-
#win64 ⇒ Object
Returns the value of attribute win64.
Instance Attribute Details
#activex_controls ⇒ Object
Returns the value of attribute activex_controls.
106 107 108 |
# File 'lib/browscap.rb', line 106 def activex_controls @activex_controls end |
#alpha ⇒ Object
Returns the value of attribute alpha.
106 107 108 |
# File 'lib/browscap.rb', line 106 def alpha @alpha end |
#aol ⇒ Object
Returns the value of attribute aol.
106 107 108 |
# File 'lib/browscap.rb', line 106 def aol @aol end |
#aol_version ⇒ Object
Returns the value of attribute aol_version.
106 107 108 |
# File 'lib/browscap.rb', line 106 def aol_version @aol_version end |
#background_sounds ⇒ Object
Returns the value of attribute background_sounds.
106 107 108 |
# File 'lib/browscap.rb', line 106 def background_sounds @background_sounds end |
#beta ⇒ Object
Returns the value of attribute beta.
106 107 108 |
# File 'lib/browscap.rb', line 106 def beta @beta end |
#browser ⇒ Object
Returns the value of attribute browser.
106 107 108 |
# File 'lib/browscap.rb', line 106 def browser @browser end |
#cookies ⇒ Object
Returns the value of attribute cookies.
106 107 108 |
# File 'lib/browscap.rb', line 106 def end |
#crawler ⇒ Object
Returns the value of attribute crawler.
106 107 108 |
# File 'lib/browscap.rb', line 106 def crawler @crawler end |
#css_version ⇒ Object
Returns the value of attribute css_version.
106 107 108 |
# File 'lib/browscap.rb', line 106 def css_version @css_version end |
#frames ⇒ Object
Returns the value of attribute frames.
106 107 108 |
# File 'lib/browscap.rb', line 106 def frames @frames end |
#iframes ⇒ Object
Returns the value of attribute iframes.
106 107 108 |
# File 'lib/browscap.rb', line 106 def iframes @iframes end |
#is_banned ⇒ Object
Returns the value of attribute is_banned.
106 107 108 |
# File 'lib/browscap.rb', line 106 def is_banned @is_banned end |
#is_mobile_device ⇒ Object
Returns the value of attribute is_mobile_device.
106 107 108 |
# File 'lib/browscap.rb', line 106 def is_mobile_device @is_mobile_device end |
#is_syndication_reader ⇒ Object
Returns the value of attribute is_syndication_reader.
106 107 108 |
# File 'lib/browscap.rb', line 106 def end |
#java_applets ⇒ Object
Returns the value of attribute java_applets.
106 107 108 |
# File 'lib/browscap.rb', line 106 def java_applets @java_applets end |
#javascript ⇒ Object
Returns the value of attribute javascript.
106 107 108 |
# File 'lib/browscap.rb', line 106 def javascript @javascript end |
#major_ver ⇒ Object
Returns the value of attribute major_ver.
106 107 108 |
# File 'lib/browscap.rb', line 106 def major_ver @major_ver end |
#minor_ver ⇒ Object
Returns the value of attribute minor_ver.
106 107 108 |
# File 'lib/browscap.rb', line 106 def minor_ver @minor_ver end |
#platform ⇒ Object
Returns the value of attribute platform.
106 107 108 |
# File 'lib/browscap.rb', line 106 def platform @platform end |
#supports_css ⇒ Object
Returns the value of attribute supports_css.
106 107 108 |
# File 'lib/browscap.rb', line 106 def supports_css @supports_css end |
#tables ⇒ Object
Returns the value of attribute tables.
106 107 108 |
# File 'lib/browscap.rb', line 106 def tables @tables end |
#vbscript ⇒ Object
Returns the value of attribute vbscript.
106 107 108 |
# File 'lib/browscap.rb', line 106 def vbscript @vbscript end |
#version ⇒ Object
Returns the value of attribute version.
106 107 108 |
# File 'lib/browscap.rb', line 106 def version @version end |
#win16 ⇒ Object
Returns the value of attribute win16.
106 107 108 |
# File 'lib/browscap.rb', line 106 def win16 @win16 end |
#win32 ⇒ Object
Returns the value of attribute win32.
106 107 108 |
# File 'lib/browscap.rb', line 106 def win32 @win32 end |
#win64 ⇒ Object
Returns the value of attribute win64.
106 107 108 |
# File 'lib/browscap.rb', line 106 def win64 @win64 end |