Class: Rails::Hyperdrive::GemManifest::GemKey
- Inherits:
-
Struct
- Object
- Struct
- Rails::Hyperdrive::GemManifest::GemKey
- Defined in:
- lib/rails/hyperdrive/gem_manifest.rb
Instance Attribute Summary collapse
-
#conflict ⇒ Object
Returns the value of attribute conflict.
-
#present ⇒ Object
Returns the value of attribute present.
-
#value ⇒ Object
Returns the value of attribute value.
-
#warning ⇒ Object
Returns the value of attribute warning.
Instance Attribute Details
#conflict ⇒ Object
Returns the value of attribute conflict
32 33 34 |
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 32 def conflict @conflict end |
#present ⇒ Object
Returns the value of attribute present
32 33 34 |
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 32 def present @present end |
#value ⇒ Object
Returns the value of attribute value
32 33 34 |
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 32 def value @value end |
#warning ⇒ Object
Returns the value of attribute warning
32 33 34 |
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 32 def warning @warning end |