Class: Kettle::Rb::GemFloors::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/kettle/rb/gem_floors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#floorObject

Returns the value of attribute floor

Returns:

  • (Object)

    the current value of floor



19
20
21
# File 'lib/kettle/rb/gem_floors.rb', line 19

def floor
  @floor
end

#gem_nameObject

Returns the value of attribute gem_name

Returns:

  • (Object)

    the current value of gem_name



19
20
21
# File 'lib/kettle/rb/gem_floors.rb', line 19

def gem_name
  @gem_name
end

#patched_advisoriesObject

Returns the value of attribute patched_advisories

Returns:

  • (Object)

    the current value of patched_advisories



19
20
21
# File 'lib/kettle/rb/gem_floors.rb', line 19

def patched_advisories
  @patched_advisories
end

#rubyObject

Returns the value of attribute ruby

Returns:

  • (Object)

    the current value of ruby



19
20
21
# File 'lib/kettle/rb/gem_floors.rb', line 19

def ruby
  @ruby
end

#seriesObject

Returns the value of attribute series

Returns:

  • (Object)

    the current value of series



19
20
21
# File 'lib/kettle/rb/gem_floors.rb', line 19

def series
  @series
end

#unpatched_advisoriesObject

Returns the value of attribute unpatched_advisories

Returns:

  • (Object)

    the current value of unpatched_advisories



19
20
21
# File 'lib/kettle/rb/gem_floors.rb', line 19

def unpatched_advisories
  @unpatched_advisories
end