Module: Kicker::Growl

Defined in:
lib/kicker/growl.rb

Overview

:nodoc:

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.commandObject

Returns the value of attribute command.



4
5
6
# File 'lib/kicker/growl.rb', line 4

def command
  @command
end

.useObject

Returns the value of attribute use.



4
5
6
# File 'lib/kicker/growl.rb', line 4

def use
  @use
end

Class Method Details

.usable?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/kicker/growl.rb', line 6

def usable?
  false
end

.use?Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/kicker/growl.rb', line 10

def use?
  @use
end