Class: TestTrack::Fake::SplitRegistry::Split

Inherits:
Struct
  • Object
show all
Defined in:
app/models/test_track/fake/split_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



2
3
4
# File 'app/models/test_track/fake/split_registry.rb', line 2

def name
  @name
end

#registryObject

Returns the value of attribute registry

Returns:

  • (Object)

    the current value of registry



2
3
4
# File 'app/models/test_track/fake/split_registry.rb', line 2

def registry
  @registry
end