Class: Support::Rake::Update::MakeTask

Inherits:
Struct
  • Object
show all
Defined in:
lib/support/rake/update.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



8
9
10
# File 'lib/support/rake/update.rb', line 8

def enabled
  @enabled
end

#targetObject

Returns the value of attribute target

Returns:

  • (Object)

    the current value of target



8
9
10
# File 'lib/support/rake/update.rb', line 8

def target
  @target
end

Instance Method Details

#skip?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/support/rake/update.rb', line 9

def skip?
  !enabled
end