Class: Rankum::Utils::Pair

Inherits:
Struct
  • Object
show all
Defined in:
lib/rankum/utils/fcp_pair.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actualObject

Returns the value of attribute actual

Returns:

  • (Object)

    the current value of actual



5
6
7
# File 'lib/rankum/utils/fcp_pair.rb', line 5

def actual
  @actual
end

#nextObject

Returns the value of attribute next

Returns:

  • (Object)

    the current value of next



5
6
7
# File 'lib/rankum/utils/fcp_pair.rb', line 5

def next
  @next
end