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.
-
#hyperdrive_version ⇒ Object
Returns the value of attribute hyperdrive_version.
-
#match_mode ⇒ Object
Returns the value of attribute match_mode.
-
#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
25 26 27 |
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 25 def conditional @conditional end |
#hyperdrive_version ⇒ Object
Returns the value of attribute hyperdrive_version
25 26 27 |
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 25 def hyperdrive_version @hyperdrive_version end |
#match_mode ⇒ Object
Returns the value of attribute match_mode
25 26 27 |
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 25 def match_mode @match_mode end |
#targets ⇒ Object
Returns the value of attribute targets
25 26 27 |
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 25 def targets @targets end |
#versions ⇒ Object
Returns the value of attribute versions
25 26 27 |
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 25 def versions @versions end |