Class: Tinet::Shell::DummyStatus
- Inherits:
-
Struct
- Object
- Struct
- Tinet::Shell::DummyStatus
- Defined in:
- lib/tinet/shell.rb
Instance Attribute Summary collapse
-
#success ⇒ Object
Returns the value of attribute success.
Instance Method Summary collapse
Instance Attribute Details
#success ⇒ Object
Returns the value of attribute success
6 7 8 |
# File 'lib/tinet/shell.rb', line 6 def success @success end |
Instance Method Details
#success? ⇒ Boolean
7 8 9 |
# File 'lib/tinet/shell.rb', line 7 def success? success end |