Class: TTK::Testers::Tester::RemoteStatus
- Defined in:
- lib/ttk/testers/tester/remote_status.rb
Instance Attribute Summary collapse
-
#saved_log ⇒ Object
readonly
Returns the value of attribute saved_log.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(status, saved_log) ⇒ RemoteStatus
constructor
A new instance of RemoteStatus.
Constructor Details
#initialize(status, saved_log) ⇒ RemoteStatus
Returns a new instance of RemoteStatus.
15 16 17 18 |
# File 'lib/ttk/testers/tester/remote_status.rb', line 15 def initialize(status, saved_log) @status = status @saved_log = saved_log end |
Instance Attribute Details
#saved_log ⇒ Object (readonly)
Returns the value of attribute saved_log.
20 21 22 |
# File 'lib/ttk/testers/tester/remote_status.rb', line 20 def saved_log @saved_log end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
20 21 22 |
# File 'lib/ttk/testers/tester/remote_status.rb', line 20 def status @status end |