Class: Confetti::PhoneGap::Plugin
- Inherits:
-
Struct
- Object
- Struct
- Confetti::PhoneGap::Plugin
- Defined in:
- lib/confetti/phonegap/plugin.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#param_set ⇒ Object
readonly
Returns the value of attribute param_set.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(name, src) ⇒ Plugin
constructor
A new instance of Plugin.
Constructor Details
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/confetti/phonegap/plugin.rb', line 3 def name @name end |
#param_set ⇒ Object (readonly)
Returns the value of attribute param_set.
4 5 6 |
# File 'lib/confetti/phonegap/plugin.rb', line 4 def param_set @param_set end |
#version ⇒ Object
Returns the value of attribute version
3 4 5 |
# File 'lib/confetti/phonegap/plugin.rb', line 3 def version @version end |