Class: Rails::Hyperdrive::GemManifest::Gate
- Inherits:
-
Struct
- Object
- Struct
- Rails::Hyperdrive::GemManifest::Gate
- Defined in:
- lib/rails/hyperdrive/gem_manifest.rb
Instance Attribute Summary collapse
-
#conditional ⇒ Object
Returns the value of attribute conditional.
-
#targets ⇒ Object
Returns the value of attribute targets.
-
#versions ⇒ Object
Returns the value of attribute versions.
Instance Attribute Details
#conditional ⇒ Object
Returns the value of attribute conditional
17 18 19 |
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 17 def conditional @conditional end |
#targets ⇒ Object
Returns the value of attribute targets
17 18 19 |
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 17 def targets @targets end |
#versions ⇒ Object
Returns the value of attribute versions
17 18 19 |
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 17 def versions @versions end |