Class: Rubycc::Doctor::Gemfile::Result

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#directObject

Returns the value of attribute direct

Returns:

  • (Object)

    the current value of direct



28
29
30
# File 'lib/rubycc/doctor/gemfile.rb', line 28

def direct
  @direct
end

#entriesObject

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



28
29
30
# File 'lib/rubycc/doctor/gemfile.rb', line 28

def entries
  @entries
end

#originObject

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



28
29
30
# File 'lib/rubycc/doctor/gemfile.rb', line 28

def origin
  @origin
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



28
29
30
# File 'lib/rubycc/doctor/gemfile.rb', line 28

def path
  @path
end