Skip to content
This repository has been archived by the owner on Apr 6, 2018. It is now read-only.

Commit

Permalink
Add direction to CTrack.
Browse files Browse the repository at this point in the history
  • Loading branch information
analytically committed Jul 1, 2015
1 parent 3c91882 commit 23992ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/uk/co/coen/capsulecrm/client/CTrack.java
Expand Up @@ -13,6 +13,7 @@
public class CTrack extends SimpleCapsuleEntity {
public String description;
public String captureRule;
public String direction;

@Override
protected String readContextPath() {
Expand All @@ -31,6 +32,7 @@ public String toString() {
return MoreObjects.toStringHelper(this)
.add("description", description)
.add("captureRule", captureRule)
.add("direction", direction)
.toString();
}
}

0 comments on commit 23992ad

Please sign in to comment.