Class: AllInRuby::Installer::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/all_in_ruby/installer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agentObject

Returns the value of attribute agent

Returns:

  • (Object)

    the current value of agent



10
11
12
# File 'lib/all_in_ruby/installer.rb', line 10

def agent
  @agent
end

#backupObject

Returns the value of attribute backup

Returns:

  • (Object)

    the current value of backup



10
11
12
# File 'lib/all_in_ruby/installer.rb', line 10

def backup
  @backup
end

#diffObject

Returns the value of attribute diff

Returns:

  • (Object)

    the current value of diff



10
11
12
# File 'lib/all_in_ruby/installer.rb', line 10

def diff
  @diff
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



10
11
12
# File 'lib/all_in_ruby/installer.rb', line 10

def path
  @path
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



10
11
12
# File 'lib/all_in_ruby/installer.rb', line 10

def status
  @status
end