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



8
9
10
# File 'lib/all_in_ruby/installer.rb', line 8

def agent
  @agent
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



8
9
10
# File 'lib/all_in_ruby/installer.rb', line 8

def path
  @path
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



8
9
10
# File 'lib/all_in_ruby/installer.rb', line 8

def status
  @status
end