Class: Rails::Hyperdrive::GemManifest::Gate

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

Instance Attribute Summary collapse

Instance Attribute Details

#conditionalObject

Returns the value of attribute conditional

Returns:

  • (Object)

    the current value of conditional



25
26
27
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 25

def conditional
  @conditional
end

#hyperdrive_versionObject

Returns the value of attribute hyperdrive_version

Returns:

  • (Object)

    the current value of hyperdrive_version



25
26
27
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 25

def hyperdrive_version
  @hyperdrive_version
end

#match_modeObject

Returns the value of attribute match_mode

Returns:

  • (Object)

    the current value of match_mode



25
26
27
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 25

def match_mode
  @match_mode
end

#targetsObject

Returns the value of attribute targets

Returns:

  • (Object)

    the current value of targets



25
26
27
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 25

def targets
  @targets
end

#versionsObject

Returns the value of attribute versions

Returns:

  • (Object)

    the current value of versions



25
26
27
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 25

def versions
  @versions
end