Class: Netz::Command

Inherits:
Object
  • Object
show all
Defined in:
lib/netz/command.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#local=(value) ⇒ Object (writeonly)

Sets the attribute local

Parameters:

  • value

    the value to set the attribute local to.



3
4
5
# File 'lib/netz/command.rb', line 3

def local=(value)
  @local = value
end

Instance Method Details

#local?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/netz/command.rb', line 4

def local?
  @local
end