Skip to content

Commit

Permalink
Merge pull request #4 from dlsteuer/master
Browse files Browse the repository at this point in the history
Added support for review excerpt
  • Loading branch information
Justin Beckwith committed Dec 19, 2012
2 parents 93c172c + 2d87a31 commit ba8ec51
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ TestResults/*
[Bb]in/
YelpSharpTests/App.config.secret
*.nupkg
packages/
*.DotSettings.user
packages/
_ReSharper.YelpSharp/
7 changes: 5 additions & 2 deletions YelpSharp/Data/Review.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ public class Review
/// User who wrote the review
/// </summary>
public User user { get; set; }



/// <summary>
/// Excerpt of the review
/// </summary>
public string excerpt { get; set; }

}
}

0 comments on commit ba8ec51

Please sign in to comment.