Class: Browser::Navigator::Plugin
- Defined in:
- opal/browser/navigator.rb
Overview
Representation of a navigator plugin.
Instance Attribute Summary collapse
-
#description ⇒ String
readonly
The plugin description.
-
#file ⇒ String
readonly
The file associated with the plugin.
-
#name ⇒ String
readonly
The plugin name.
-
#version ⇒ String
readonly
The plugin version.
Instance Method Summary collapse
-
#initialize(plugin) ⇒ Plugin
constructor
A new instance of Plugin.
Constructor Details
Instance Attribute Details
#description ⇒ String (readonly)
Returns the plugin description.
50 |
# File 'opal/browser/navigator.rb', line 50 alias_native :description |
#file ⇒ String (readonly)
Returns the file associated with the plugin.
54 |
# File 'opal/browser/navigator.rb', line 54 alias_native :file, :filename |
#name ⇒ String (readonly)
Returns the plugin name.
58 |
# File 'opal/browser/navigator.rb', line 58 alias_native :name |
#version ⇒ String (readonly)
Returns the plugin version.
62 |
# File 'opal/browser/navigator.rb', line 62 alias_native :version |