Class: TestTrack::Fake::Visitor::Assignment

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

Instance Attribute Summary collapse

Instance Attribute Details

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



4
5
6
# File 'app/models/test_track/fake/visitor.rb', line 4

def context
  @context
end

#split_nameObject

Returns the value of attribute split_name

Returns:

  • (Object)

    the current value of split_name



4
5
6
# File 'app/models/test_track/fake/visitor.rb', line 4

def split_name
  @split_name
end

#unsyncedObject

Returns the value of attribute unsynced

Returns:

  • (Object)

    the current value of unsynced



4
5
6
# File 'app/models/test_track/fake/visitor.rb', line 4

def unsynced
  @unsynced
end

#variantObject

Returns the value of attribute variant

Returns:

  • (Object)

    the current value of variant



4
5
6
# File 'app/models/test_track/fake/visitor.rb', line 4

def variant
  @variant
end