class Rundock::Attribute::NodeAttribute

Constants

AVAIL_TAKE_OVERS

Attributes

cwd[RW]
dry_run[RW]
errexit[RW]
filtered_tasks[RW]
hooks[RW]
nodeinfo[RW]
nodename[RW]
sudo[RW]
task_info[RW]

Public Instance Methods

init_except_take_over_state() click to toggle source
# File lib/rundock/attribute/node_attribute.rb, line 22
def init_except_take_over_state
  list.each_key do |k|
    define_attr(k, nil) unless AVAIL_TAKE_OVERS.include?(k)
  end
end