Class: Netz::Command
- Inherits:
-
Object
- Object
- Netz::Command
- Defined in:
- lib/netz/command.rb
Instance Attribute Summary collapse
-
#local ⇒ Object
writeonly
Sets the attribute local.
Instance Method Summary collapse
Instance Attribute Details
#local=(value) ⇒ Object (writeonly)
Sets the attribute local
3 4 5 |
# File 'lib/netz/command.rb', line 3 def local=(value) @local = value end |
Instance Method Details
#local? ⇒ Boolean
4 5 6 |
# File 'lib/netz/command.rb', line 4 def local? @local end |