Class: Gem::AvailableSet::Tuple

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubygems/available_set.rb

Instance Attribute Summary collapse

Instance Attribute Details

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



3
4
5
# File 'lib/rubygems/available_set.rb', line 3

def source
  @source
end

#specObject

Returns the value of attribute spec

Returns:

  • (Object)

    the current value of spec



3
4
5
# File 'lib/rubygems/available_set.rb', line 3

def spec
  @spec
end