Class: Bundler::Resolver::State

Inherits:
Struct
  • Object
show all
Defined in:
lib/bundler/resolver.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#activatedObject

Returns the value of attribute activated

Returns:

  • (Object)

    the current value of activated



170
171
172
# File 'lib/bundler/resolver.rb', line 170

def activated
  @activated
end

#conflictsObject

Returns the value of attribute conflicts

Returns:

  • (Object)

    the current value of conflicts



170
171
172
# File 'lib/bundler/resolver.rb', line 170

def conflicts
  @conflicts
end

#depthObject

Returns the value of attribute depth

Returns:

  • (Object)

    the current value of depth



170
171
172
# File 'lib/bundler/resolver.rb', line 170

def depth
  @depth
end

#possiblesObject

Returns the value of attribute possibles

Returns:

  • (Object)

    the current value of possibles



170
171
172
# File 'lib/bundler/resolver.rb', line 170

def possibles
  @possibles
end

#reqsObject

Returns the value of attribute reqs

Returns:

  • (Object)

    the current value of reqs



170
171
172
# File 'lib/bundler/resolver.rb', line 170

def reqs
  @reqs
end

#requirementObject

Returns the value of attribute requirement

Returns:

  • (Object)

    the current value of requirement



170
171
172
# File 'lib/bundler/resolver.rb', line 170

def requirement
  @requirement
end

Instance Method Details

#nameObject



171
172
173
# File 'lib/bundler/resolver.rb', line 171

def name
  requirement.name
end