Class: TestTrack::Fake::Visitor::Assignment
- Inherits:
-
Struct
- Object
- Struct
- TestTrack::Fake::Visitor::Assignment
- Defined in:
- app/models/test_track/fake/visitor.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
Returns the value of attribute context.
-
#split_name ⇒ Object
Returns the value of attribute split_name.
-
#unsynced ⇒ Object
Returns the value of attribute unsynced.
-
#variant ⇒ Object
Returns the value of attribute variant.
Instance Attribute Details
#context ⇒ Object
Returns the value of attribute context
4 5 6 |
# File 'app/models/test_track/fake/visitor.rb', line 4 def context @context end |
#split_name ⇒ Object
Returns the value of attribute split_name
4 5 6 |
# File 'app/models/test_track/fake/visitor.rb', line 4 def split_name @split_name end |
#unsynced ⇒ Object
Returns the value of attribute unsynced
4 5 6 |
# File 'app/models/test_track/fake/visitor.rb', line 4 def unsynced @unsynced end |
#variant ⇒ Object
Returns the value of attribute variant
4 5 6 |
# File 'app/models/test_track/fake/visitor.rb', line 4 def variant @variant end |