Class: MilkTea::LSP::DependencyResolution::Resolved
- Inherits:
-
Data
- Object
- Data
- MilkTea::LSP::DependencyResolution::Resolved
- Defined in:
- lib/milk_tea/lsp/dependency_resolution.rb
Instance Attribute Summary collapse
-
#error_message ⇒ Object
readonly
Returns the value of attribute error_message.
-
#locked ⇒ Object
readonly
Returns the value of attribute locked.
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
Instance Method Summary collapse
Instance Attribute Details
#error_message ⇒ Object (readonly)
Returns the value of attribute error_message
8 9 10 |
# File 'lib/milk_tea/lsp/dependency_resolution.rb', line 8 def @error_message end |
#locked ⇒ Object (readonly)
Returns the value of attribute locked
8 9 10 |
# File 'lib/milk_tea/lsp/dependency_resolution.rb', line 8 def locked @locked end |
#mode ⇒ Object (readonly)
Returns the value of attribute mode
8 9 10 |
# File 'lib/milk_tea/lsp/dependency_resolution.rb', line 8 def mode @mode end |
Instance Method Details
#ok? ⇒ Boolean
9 10 11 |
# File 'lib/milk_tea/lsp/dependency_resolution.rb', line 9 def ok? .nil? end |