Class: Rails::Hyperdrive::CompanionDiscovery::Suggestion
- Inherits:
-
Struct
- Object
- Struct
- Rails::Hyperdrive::CompanionDiscovery::Suggestion
- Defined in:
- lib/rails/hyperdrive/companion_discovery.rb
Overview
matched_target is nil for a universal "*" companion.
Instance Attribute Summary collapse
-
#artifacts ⇒ Object
Returns the value of attribute artifacts.
-
#gem_name ⇒ Object
Returns the value of attribute gem_name.
-
#installed ⇒ Object
Returns the value of attribute installed.
-
#matched_target ⇒ Object
Returns the value of attribute matched_target.
-
#matched_version ⇒ Object
Returns the value of attribute matched_version.
-
#targets ⇒ Object
Returns the value of attribute targets.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#artifacts ⇒ Object
Returns the value of attribute artifacts
28 29 30 |
# File 'lib/rails/hyperdrive/companion_discovery.rb', line 28 def artifacts @artifacts end |
#gem_name ⇒ Object
Returns the value of attribute gem_name
28 29 30 |
# File 'lib/rails/hyperdrive/companion_discovery.rb', line 28 def gem_name @gem_name end |
#installed ⇒ Object
Returns the value of attribute installed
28 29 30 |
# File 'lib/rails/hyperdrive/companion_discovery.rb', line 28 def installed @installed end |
#matched_target ⇒ Object
Returns the value of attribute matched_target
28 29 30 |
# File 'lib/rails/hyperdrive/companion_discovery.rb', line 28 def matched_target @matched_target end |
#matched_version ⇒ Object
Returns the value of attribute matched_version
28 29 30 |
# File 'lib/rails/hyperdrive/companion_discovery.rb', line 28 def matched_version @matched_version end |
#targets ⇒ Object
Returns the value of attribute targets
28 29 30 |
# File 'lib/rails/hyperdrive/companion_discovery.rb', line 28 def targets @targets end |
#version ⇒ Object
Returns the value of attribute version
28 29 30 |
# File 'lib/rails/hyperdrive/companion_discovery.rb', line 28 def version @version end |