Class: Rspec::Dunlop::SelfTest::Integrity::Pair

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/dunlop/self_test/integrity.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



3
4
5
# File 'lib/rspec/dunlop/self_test/integrity.rb', line 3

def key
  @key
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



3
4
5
# File 'lib/rspec/dunlop/self_test/integrity.rb', line 3

def value
  @value
end