Class: Browsable::Doctor::Status
- Inherits:
-
Data
- Object
- Data
- Browsable::Doctor::Status
- Defined in:
- lib/browsable/doctor.rb
Overview
The resolved state of a tool on this machine.
Instance Attribute Summary collapse
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
-
#installed ⇒ Object
readonly
Returns the value of attribute installed.
-
#tool ⇒ Object
readonly
Returns the value of attribute tool.
Instance Method Summary collapse
Instance Attribute Details
#detail ⇒ Object (readonly)
Returns the value of attribute detail
23 24 25 |
# File 'lib/browsable/doctor.rb', line 23 def detail @detail end |
#installed ⇒ Object (readonly)
Returns the value of attribute installed
23 24 25 |
# File 'lib/browsable/doctor.rb', line 23 def installed @installed end |
#tool ⇒ Object (readonly)
Returns the value of attribute tool
23 24 25 |
# File 'lib/browsable/doctor.rb', line 23 def tool @tool end |
Instance Method Details
#installed? ⇒ Boolean
24 |
# File 'lib/browsable/doctor.rb', line 24 def installed? = installed |