Class: Rubycc::Doctor::Gemfile::Result
- Inherits:
-
Struct
- Object
- Struct
- Rubycc::Doctor::Gemfile::Result
- Defined in:
- lib/rubycc/doctor/gemfile.rb
Overview
The parsed picture the CLI drives off: the list of gem entries, the names of the directly-declared dependencies, and where the data came from (:lock exact versions, or :gemfile direct-only best effort).
Instance Attribute Summary collapse
-
#direct ⇒ Object
Returns the value of attribute direct.
-
#entries ⇒ Object
Returns the value of attribute entries.
-
#origin ⇒ Object
Returns the value of attribute origin.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#direct ⇒ Object
Returns the value of attribute direct
28 29 30 |
# File 'lib/rubycc/doctor/gemfile.rb', line 28 def direct @direct end |
#entries ⇒ Object
Returns the value of attribute entries
28 29 30 |
# File 'lib/rubycc/doctor/gemfile.rb', line 28 def entries @entries end |
#origin ⇒ Object
Returns the value of attribute origin
28 29 30 |
# File 'lib/rubycc/doctor/gemfile.rb', line 28 def origin @origin end |
#path ⇒ Object
Returns the value of attribute path
28 29 30 |
# File 'lib/rubycc/doctor/gemfile.rb', line 28 def path @path end |