Class: Flexdot::Console::Status

Inherits:
Struct
  • Object
show all
Defined in:
lib/flexdot/console.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backupedObject

Returns the value of attribute backuped

Returns:

  • (Object)

    the current value of backuped



5
6
7
# File 'lib/flexdot/console.rb', line 5

def backuped
  @backuped
end

#home_fileObject

Returns the value of attribute home_file

Returns:

  • (Object)

    the current value of home_file



5
6
7
# File 'lib/flexdot/console.rb', line 5

def home_file
  @home_file
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



5
6
7
# File 'lib/flexdot/console.rb', line 5

def result
  @result
end