Class: Karabiner::Config
- Inherits:
-
Object
- Object
- Karabiner::Config
- Extended by:
- Forwardable
- Defined in:
- lib/karabiner/config.rb
Instance Attribute Summary collapse
-
#parent ⇒ Object
writeonly
Sets the attribute parent.
Instance Method Summary collapse
-
#initialize(name) ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize(name) ⇒ Config
Returns a new instance of Config.
10 11 12 |
# File 'lib/karabiner/config.rb', line 10 def initialize(name) @name = name end |
Instance Attribute Details
#parent=(value) ⇒ Object (writeonly)
Sets the attribute parent
14 15 16 |
# File 'lib/karabiner/config.rb', line 14 def parent=(value) @parent = value end |