Class: Flexdot::Output::Status
- Inherits:
-
Struct
- Object
- Struct
- Flexdot::Output::Status
- Defined in:
- lib/flexdot/output.rb
Instance Attribute Summary collapse
-
#backuped ⇒ Object
Returns the value of attribute backuped.
-
#home_file ⇒ Object
Returns the value of attribute home_file.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Attribute Details
#backuped ⇒ Object
Returns the value of attribute backuped
7 8 9 |
# File 'lib/flexdot/output.rb', line 7 def backuped @backuped end |
#home_file ⇒ Object
Returns the value of attribute home_file
7 8 9 |
# File 'lib/flexdot/output.rb', line 7 def home_file @home_file end |
#result ⇒ Object
Returns the value of attribute result
7 8 9 |
# File 'lib/flexdot/output.rb', line 7 def result @result end |