Class: Rails::Hyperdrive::GemManifest::GemKey

Inherits:
Struct
  • Object
show all
Defined in:
lib/rails/hyperdrive/gem_manifest.rb

Instance Attribute Summary collapse

Instance Attribute Details

#conflictObject

Returns the value of attribute conflict

Returns:

  • (Object)

    the current value of conflict



32
33
34
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 32

def conflict
  @conflict
end

#presentObject

Returns the value of attribute present

Returns:

  • (Object)

    the current value of present



32
33
34
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 32

def present
  @present
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



32
33
34
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 32

def value
  @value
end

#warningObject

Returns the value of attribute warning

Returns:

  • (Object)

    the current value of warning



32
33
34
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 32

def warning
  @warning
end