Class: Weechat::Script
- Extended by:
- Properties
- Includes:
- Pointer
- Defined in:
- lib/weechat/script.rb,
lib/weechat/script/config.rb
Defined Under Namespace
Modules: Skeleton Classes: Config
Instance Attribute Summary
Attributes included from Pointer
Class Method Summary collapse
- .scripts(plugin = nil) ⇒ Object (also: all)
Instance Method Summary collapse
- #get_infolist ⇒ Object
-
#initialize(ptr, plugin) ⇒ Script
constructor
A new instance of Script.
Methods included from Properties::ClassMethods
#apply_transformation, #init_properties, #known_integer_properties, #known_properties, #known_string_properties, #mappings, #rtransformations, #settable_properties, #transformations, #type
Methods included from Pointer
Constructor Details
#initialize(ptr, plugin) ⇒ Script
Returns a new instance of Script.
76 77 78 79 |
# File 'lib/weechat/script.rb', line 76 def initialize(ptr, plugin) super(ptr) @plugin = plugin end |