Class: RSpec::Signal::Cluster::Member

Inherits:
Struct
  • Object
show all
Defined in:
lib/rspec/signal/cluster.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



12
13
14
# File 'lib/rspec/signal/cluster.rb', line 12

def detail
  @detail
end

#failureObject

Returns the value of attribute failure

Returns:

  • (Object)

    the current value of failure



12
13
14
# File 'lib/rspec/signal/cluster.rb', line 12

def failure
  @failure
end