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



17
18
19
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 17

def conditional
  @conditional
end

#targetsObject

Returns the value of attribute targets

Returns:

  • (Object)

    the current value of targets



17
18
19
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 17

def targets
  @targets
end

#versionsObject

Returns the value of attribute versions

Returns:

  • (Object)

    the current value of versions



17
18
19
# File 'lib/rails/hyperdrive/gem_manifest.rb', line 17

def versions
  @versions
end